License |
License |
---|---|
GroupId | GroupIdcom.googlecode.jaitools |
ArtifactId | ArtifactIdjaitools |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJAI-tools
Additional operators, utility classes and the Jiffle scripting
language to work with the Java Advanced Imaging library
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jaitools-1.1.1.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.jaitools/jaitools/ -->
<dependency>
<groupId>com.googlecode.jaitools</groupId>
<artifactId>jaitools</artifactId>
<version>1.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.jaitools/jaitools/
implementation 'com.googlecode.jaitools:jaitools:1.1.1'
// https://jarcasting.com/artifacts/com.googlecode.jaitools/jaitools/
implementation ("com.googlecode.jaitools:jaitools:1.1.1")
'com.googlecode.jaitools:jaitools:pom:1.1.1'
<dependency org="com.googlecode.jaitools" name="jaitools" rev="1.1.1">
<artifact name="jaitools" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.jaitools', module='jaitools', version='1.1.1')
)
libraryDependencies += "com.googlecode.jaitools" % "jaitools" % "1.1.1"
[com.googlecode.jaitools/jaitools "1.1.1"]
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 |