Maven Coordinates
Apache Maven
<dependency> <groupId>com.bhaweb.pom</groupId> <artifactId>top</artifactId> <version>1.0.2-SNAPSHOT</version> <type>pom</type> </dependency>
Apache Ivy
<dependency org="com.bhaweb.pom" name="top" rev="1.0.2-SNAPSHOT"> <artifact name="top" type="pom" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='com.bhaweb.pom', module='top', version='1.0.2-SNAPSHOT') )
Gradle/Grails
implementation 'com.bhaweb.pom:top:1.0.2-SNAPSHOT'
Scala SBT
libraryDependencies += "com.bhaweb.pom" % "top" % "1.0.2-SNAPSHOT"
Leiningen
[com.bhaweb.pom/top "1.0.2-SNAPSHOT"]
