License |
License |
---|---|
GroupId | GroupIdcom.googlecode.jaitools |
ArtifactId | ArtifactIdjt-all |
Version | Version1.1.1 |
Type | Typejar |
Description |
DescriptionCombined JAI-tools jar
Provides a single jar containing all JAI-tools 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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jt-all-1.1.1.pom | |
jt-all-1.1.1.jar | 269 KB |
jt-all-1.1.1-sources.jar | 245 KB |
jt-all-1.1.1-javadoc.jar | 747 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.jaitools/jt-all/ -->
<dependency>
<groupId>com.googlecode.jaitools</groupId>
<artifactId>jt-all</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.jaitools/jt-all/
implementation 'com.googlecode.jaitools:jt-all:1.1.1'
// https://jarcasting.com/artifacts/com.googlecode.jaitools/jt-all/
implementation ("com.googlecode.jaitools:jt-all:1.1.1")
'com.googlecode.jaitools:jt-all:jar:1.1.1'
<dependency org="com.googlecode.jaitools" name="jt-all" rev="1.1.1">
<artifact name="jt-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.jaitools', module='jt-all', version='1.1.1')
)
libraryDependencies += "com.googlecode.jaitools" % "jt-all" % "1.1.1"
[com.googlecode.jaitools/jt-all "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.vividsolutions : jts | jar | 1.11 |
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 |