<dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-geometry-examples-jmh</artifactId> <version>1.0</version> </dependency>
'org.apache.commons:commons-geometry-examples-jmh:jar:1.0'
<dependency org="org.apache.commons" name="commons-geometry-examples-jmh" rev="1.0"> <artifact name="commons-geometry-examples-jmh" type="jar" /> </dependency>
@Grapes( @Grab(group='org.apache.commons', module='commons-geometry-examples-jmh', version='1.0') )
compile 'org.apache.commons:commons-geometry-examples-jmh:1.0'
libraryDependencies += "org.apache.commons" % "commons-geometry-examples-jmh" % "1.0"
[org.apache.commons/commons-geometry-examples-jmh "1.0"]