is not current version
Last Version 1.4.0

org.jaitools:jt-all 1.3.0

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.

GroupId

GroupId

org.jaitools
ArtifactId

ArtifactId

jt-all
Version

Version

1.3.0
Type

Type

jar

Download jt-all 1.3.0


<!-- https://jarcasting.com/artifacts/org.jaitools/jt-all/ -->
<dependency>
    <groupId>org.jaitools</groupId>
    <artifactId>jt-all</artifactId>
    <version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jaitools/jt-all/
implementation 'org.jaitools:jt-all:1.3.0'
// https://jarcasting.com/artifacts/org.jaitools/jt-all/
implementation ("org.jaitools:jt-all:1.3.0")
'org.jaitools:jt-all:jar:1.3.0'
<dependency org="org.jaitools" name="jt-all" rev="1.3.0">
  <artifact name="jt-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jaitools', module='jt-all', version='1.3.0')
)
libraryDependencies += "org.jaitools" % "jt-all" % "1.3.0"
[org.jaitools/jt-all "1.3.0"]