GroupId | GroupIdcom.googlecode.jaitools |
---|---|
ArtifactId | ArtifactIdjt-rangelookup |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
jt-rangelookup-1.1.0.pom | |
jt-rangelookup-1.1.0.jar | 13 KB |
jt-rangelookup-1.1.0-sources.jar | 12 KB |
jt-rangelookup-1.1.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.jaitools/jt-rangelookup/
implementation 'com.googlecode.jaitools:jt-rangelookup:1.1.0'
// https://jarcasting.com/artifacts/com.googlecode.jaitools/jt-rangelookup/
implementation ("com.googlecode.jaitools:jt-rangelookup:1.1.0")
'com.googlecode.jaitools:jt-rangelookup:jar:1.1.0'
<dependency org="com.googlecode.jaitools" name="jt-rangelookup" rev="1.1.0">
<artifact name="jt-rangelookup" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.jaitools', module='jt-rangelookup', version='1.1.0')
)
libraryDependencies += "com.googlecode.jaitools" % "jt-rangelookup" % "1.1.0"
[com.googlecode.jaitools/jt-rangelookup "1.1.0"]