GroupId | GroupIdorg.jaitools |
---|---|
ArtifactId | ArtifactIdjt-rangelookup |
Version | Version1.4.0 |
Type | Typejar |
Filename | Size |
---|---|
jt-rangelookup-1.4.0.pom | |
jt-rangelookup-1.4.0.jar | 16 KB |
jt-rangelookup-1.4.0-sources.jar | 17 KB |
jt-rangelookup-1.4.0-javadoc.jar | 60 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jaitools/jt-rangelookup/ -->
<dependency>
<groupId>org.jaitools</groupId>
<artifactId>jt-rangelookup</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jaitools/jt-rangelookup/
implementation 'org.jaitools:jt-rangelookup:1.4.0'
// https://jarcasting.com/artifacts/org.jaitools/jt-rangelookup/
implementation ("org.jaitools:jt-rangelookup:1.4.0")
'org.jaitools:jt-rangelookup:jar:1.4.0'
<dependency org="org.jaitools" name="jt-rangelookup" rev="1.4.0">
<artifact name="jt-rangelookup" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jaitools', module='jt-rangelookup', version='1.4.0')
)
libraryDependencies += "org.jaitools" % "jt-rangelookup" % "1.4.0"
[org.jaitools/jt-rangelookup "1.4.0"]