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