License |
License |
---|---|
GroupId | GroupIdcom.googlecode.jaitools |
ArtifactId | ArtifactIdjt-rangelookup |
Version | Version1.1.1 |
Type | Typejar |
Description |
DescriptionRangeLookup operator
A Lookup operation that can handle both integral and continuous data types
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jt-rangelookup-1.1.1.pom | |
jt-rangelookup-1.1.1.jar | 13 KB |
jt-rangelookup-1.1.1-sources.jar | 12 KB |
jt-rangelookup-1.1.1-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.jaitools/jt-rangelookup/ -->
<dependency>
<groupId>com.googlecode.jaitools</groupId>
<artifactId>jt-rangelookup</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.jaitools/jt-rangelookup/
implementation 'com.googlecode.jaitools:jt-rangelookup:1.1.1'
// https://jarcasting.com/artifacts/com.googlecode.jaitools/jt-rangelookup/
implementation ("com.googlecode.jaitools:jt-rangelookup:1.1.1")
'com.googlecode.jaitools:jt-rangelookup:jar:1.1.1'
<dependency org="com.googlecode.jaitools" name="jt-rangelookup" rev="1.1.1">
<artifact name="jt-rangelookup" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.jaitools', module='jt-rangelookup', version='1.1.1')
)
libraryDependencies += "com.googlecode.jaitools" % "jt-rangelookup" % "1.1.1"
[com.googlecode.jaitools/jt-rangelookup "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.googlecode.jaitools : jt-utils | jar | 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 |