commons-geometry-examples-jmh

commons-geometry-examples-jmh

Code for running JMH benchmarks that assess performance. Code in this module is not part of the public API.
Files download
File Operation
commons-geometry-examples-jmh-1.0-beta1.jar download
commons-geometry-examples-jmh-1.0-beta1.pom download
commons-geometry-examples-jmh-1.0-beta1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-geometry-examples-jmh</artifactId>
  <version>1.0-beta1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.commons:commons-geometry-examples-jmh:1.0-beta1'
Gradle Kotlin
implementation("org.apache.commons:commons-geometry-examples-jmh:1.0-beta1")
Scala SBT
libraryDependencies += "org.apache.commons" % "commons-geometry-examples-jmh" % "1.0-beta1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.commons', module='commons-geometry-examples-jmh', version='1.0-beta1')
)
Apache Ivy
<dependency org="org.apache.commons" name="commons-geometry-examples-jmh" rev="1.0-beta1" />
Leiningen
[org.apache.commons/commons-geometry-examples-jmh "1.0-beta1"]
Apache Buildr
'org.apache.commons:commons-geometry-examples-jmh:jar:1.0-beta1'