commons-geometry-examples-tutorials

commons-geometry-examples-tutorials

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