commons-geometry-examples-io

commons-geometry-examples-io

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