Combined 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.

License

License

GroupId

GroupId

org.jaitools
ArtifactId

ArtifactId

jt-all
Last Version

Last Version

1.4.0
Release Date

Release Date

Type

Type

jar
Description

Description

Combined 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.

Download jt-all

How to add to project

<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
com.vividsolutions : jts jar 1.12

provided (3)

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

test (1)

Group / Artifact Type Version
junit : junit jar 4.5

Project Modules

There are no modules declared in this project.

JAITools

This project is no longer being actively developed or maintained.

For more recent work please go to https://github.com/geosolutions-it/jai-ext

JAITools is an open-source raster image processing library for Java. It provides a range of image operators and utilities compatible with the JAI (Java Advanced Imaging) framework.

Projects using JAITools include:

Versions

Version
1.4.0
1.3.1
1.3.0
1.2.0