License |
License |
---|---|
GroupId | GroupIdorg.jaitools |
ArtifactId | ArtifactIdjt-all |
Version | Version1.4.0 |
Type | Typejar |
Description |
DescriptionCombined JAITools jar
Provides a single jar containing all JAITools modules which you can
use instead of including individual modules in your project. Note:
It does not include the Jiffle scripting language or Jiffle image
operator.
|
Filename | Size |
---|---|
jt-all-1.4.0.pom | |
jt-all-1.4.0.jar | 848 KB |
jt-all-1.4.0-sources.jar | 1 MB |
jt-all-1.4.0-javadoc.jar | 916 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jaitools/jt-all/ -->
<dependency>
<groupId>org.jaitools</groupId>
<artifactId>jt-all</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jaitools/jt-all/
implementation 'org.jaitools:jt-all:1.4.0'
// https://jarcasting.com/artifacts/org.jaitools/jt-all/
implementation ("org.jaitools:jt-all:1.4.0")
'org.jaitools:jt-all:jar:1.4.0'
<dependency org="org.jaitools" name="jt-all" rev="1.4.0">
<artifact name="jt-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jaitools', module='jt-all', version='1.4.0')
)
libraryDependencies += "org.jaitools" % "jt-all" % "1.4.0"
[org.jaitools/jt-all "1.4.0"]
Group / Artifact | Type | Version |
---|---|---|
com.vividsolutions : jts | jar | 1.12 |
Group / Artifact | Type | Version |
---|---|---|
javax.media : jai_core | jar | 1.1.3 |
javax.media » jai_codec | jar | 1.1.3 |
javax.media » jai_imageio | jar | 1.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.5 |