GroupId | GroupIdorg.jaitools |
---|---|
ArtifactId | ArtifactIdjt-contour |
Version | Version1.4.0 |
Type | Typejar |
Filename | Size |
---|---|
jt-contour-1.4.0.pom | |
jt-contour-1.4.0.jar | 25 KB |
jt-contour-1.4.0-sources.jar | 22 KB |
jt-contour-1.4.0-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jaitools/jt-contour/ -->
<dependency>
<groupId>org.jaitools</groupId>
<artifactId>jt-contour</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jaitools/jt-contour/
implementation 'org.jaitools:jt-contour:1.4.0'
// https://jarcasting.com/artifacts/org.jaitools/jt-contour/
implementation ("org.jaitools:jt-contour:1.4.0")
'org.jaitools:jt-contour:jar:1.4.0'
<dependency org="org.jaitools" name="jt-contour" rev="1.4.0">
<artifact name="jt-contour" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jaitools', module='jt-contour', version='1.4.0')
)
libraryDependencies += "org.jaitools" % "jt-contour" % "1.4.0"
[org.jaitools/jt-contour "1.4.0"]