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