| License |
License |
|---|---|
| GroupId | GroupIdcom.googlecode.jaitools |
| ArtifactId | ArtifactIdjt-kernel |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionKernel utilities
Factory and utility classes to work with KernelJAI objects
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jt-kernel-1.1.0.pom | |
| jt-kernel-1.1.0.jar | 9 KB |
| jt-kernel-1.1.0-sources.jar | 8 KB |
| jt-kernel-1.1.0-javadoc.jar | 33 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.jaitools/jt-kernel/ -->
<dependency>
<groupId>com.googlecode.jaitools</groupId>
<artifactId>jt-kernel</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.jaitools/jt-kernel/
implementation 'com.googlecode.jaitools:jt-kernel:1.1.0'
// https://jarcasting.com/artifacts/com.googlecode.jaitools/jt-kernel/
implementation ("com.googlecode.jaitools:jt-kernel:1.1.0")
'com.googlecode.jaitools:jt-kernel:jar:1.1.0'
<dependency org="com.googlecode.jaitools" name="jt-kernel" rev="1.1.0">
<artifact name="jt-kernel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.jaitools', module='jt-kernel', version='1.1.0')
)
libraryDependencies += "com.googlecode.jaitools" % "jt-kernel" % "1.1.0"
[com.googlecode.jaitools/jt-kernel "1.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.vividsolutions : jts | jar | 1.11 |
| com.googlecode.jaitools : jt-utils | jar | 1.1.0 |
| 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 |