License |
License |
---|---|
GroupId | GroupIdcom.googlecode.jaitools |
ArtifactId | ArtifactIdutils |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSupport and utility classes
Support and utility classes used by other JAI-tools components and
available for general use.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
utils-1.0.1.pom | |
utils-1.0.1.jar | 113 KB |
utils-1.0.1-sources.jar | 101 KB |
utils-1.0.1-javadoc.jar | 324 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.jaitools/utils/ -->
<dependency>
<groupId>com.googlecode.jaitools</groupId>
<artifactId>utils</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.jaitools/utils/
implementation 'com.googlecode.jaitools:utils:1.0.1'
// https://jarcasting.com/artifacts/com.googlecode.jaitools/utils/
implementation ("com.googlecode.jaitools:utils:1.0.1")
'com.googlecode.jaitools:utils:jar:1.0.1'
<dependency org="com.googlecode.jaitools" name="utils" rev="1.0.1">
<artifact name="utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.jaitools', module='utils', version='1.0.1')
)
libraryDependencies += "com.googlecode.jaitools" % "utils" % "1.0.1"
[com.googlecode.jaitools/utils "1.0.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 |