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