is not current version
Last Version 1.1.1

com.googlecode.jaitools:jt-all 1.1.0

Provides a single jar containing all JAI-tools modules which you can use instead of including individual modules in your project.

GroupId

GroupId

com.googlecode.jaitools
ArtifactId

ArtifactId

jt-all
Version

Version

1.1.0
Type

Type

jar

Download jt-all 1.1.0


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