is not current version
Last Version 1.1.1

com.googlecode.jaitools:jaitools 1.0.0

Additional operators, utility classes and the Jiffle scripting language to work with the Java Advanced Imaging library

GroupId

GroupId

com.googlecode.jaitools
ArtifactId

ArtifactId

jaitools
Version

Version

1.0.0
Type

Type

pom

Download jaitools 1.0.0

Filename Size
jaitools-1.0.0.pom 8 KB
Browse

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