License |
License |
---|---|
GroupId | GroupIdcom.googlecode.jaitools |
ArtifactId | ArtifactIdoperator |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJAI-tools - image operators
Image perators for the Java Advanced Imaging library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
operator-1.1.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.jaitools/operator/ -->
<dependency>
<groupId>com.googlecode.jaitools</groupId>
<artifactId>operator</artifactId>
<version>1.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.jaitools/operator/
implementation 'com.googlecode.jaitools:operator:1.1.1'
// https://jarcasting.com/artifacts/com.googlecode.jaitools/operator/
implementation ("com.googlecode.jaitools:operator:1.1.1")
'com.googlecode.jaitools:operator:pom:1.1.1'
<dependency org="com.googlecode.jaitools" name="operator" rev="1.1.1">
<artifact name="operator" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.jaitools', module='operator', version='1.1.1')
)
libraryDependencies += "com.googlecode.jaitools" % "operator" % "1.1.1"
[com.googlecode.jaitools/operator "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 |