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