Dependency Information
Apache Maven
<dependency> <groupId>io.github.shallowinggg</groupId> <artifactId>parent</artifactId> <version>1</version> <type>pom</type> </dependency>
Apache Buildr
'io.github.shallowinggg:parent:pom:1'
Apache Ivy
<dependency org="io.github.shallowinggg" name="parent" rev="1"> <artifact name="parent" type="pom" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='io.github.shallowinggg', module='parent', version='1') )
Gradle/Grails
compile 'io.github.shallowinggg:parent:1'
Scala SBT
libraryDependencies += "io.github.shallowinggg" % "parent" % "1"
Leiningen
[io.github.shallowinggg/parent "1"]