<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-geometry-examples-jmh</artifactId>
<version>1.0-beta1</version>
</dependency>
libraryDependencies += "org.apache.commons" % "commons-geometry-examples-jmh" % "1.0-beta1"
@Grapes(
@Grab(group='org.apache.commons', module='commons-geometry-examples-jmh', version='1.0-beta1')
)
<dependency org="org.apache.commons" name="commons-geometry-examples-jmh" rev="1.0-beta1" />
<parent> <groupId>org.apache.commons</groupId> <artifactId>commons-geometry-examples</artifactId> <version>1.0-beta1</version> </parent>
compile
|-- org.apache.commons:commons-geometry-core
|-- org.apache.commons:commons-geometry-euclidean
|-- org.apache.commons:commons-rng-simple
|-- org.apache.commons:commons-rng-sampling