j

jt-contour

Generates smooth contours at specified intervals
Files download
File Operation
jt-contour-1.6.0.jar download
jt-contour-1.6.0.pom download
jt-contour-1.6.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jaitools</groupId>
  <artifactId>jt-contour</artifactId>
  <version>1.6.0</version>
</dependency>
Gradle Groovy
implementation 'org.jaitools:jt-contour:1.6.0'
Gradle Kotlin
implementation("org.jaitools:jt-contour:1.6.0")
Scala SBT
libraryDependencies += "org.jaitools" % "jt-contour" % "1.6.0"
Groovy Grape
@Grapes(
  @Grab(group='org.jaitools', module='jt-contour', version='1.6.0')
)
Apache Ivy
<dependency org="org.jaitools" name="jt-contour" rev="1.6.0" />
Leiningen
[org.jaitools/jt-contour "1.6.0"]
Apache Buildr
'org.jaitools:jt-contour:jar:1.6.0'