GroupId | GroupIdcom.googlecode.jaitools |
---|---|
ArtifactId | ArtifactIdjt-utils |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
jt-utils-1.1.0.pom | |
jt-utils-1.1.0.jar | 143 KB |
jt-utils-1.1.0-sources.jar | 128 KB |
jt-utils-1.1.0-javadoc.jar | 441 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.jaitools/jt-utils/ -->
<dependency>
<groupId>com.googlecode.jaitools</groupId>
<artifactId>jt-utils</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.jaitools/jt-utils/
implementation 'com.googlecode.jaitools:jt-utils:1.1.0'
// https://jarcasting.com/artifacts/com.googlecode.jaitools/jt-utils/
implementation ("com.googlecode.jaitools:jt-utils:1.1.0")
'com.googlecode.jaitools:jt-utils:jar:1.1.0'
<dependency org="com.googlecode.jaitools" name="jt-utils" rev="1.1.0">
<artifact name="jt-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.jaitools', module='jt-utils', version='1.1.0')
)
libraryDependencies += "com.googlecode.jaitools" % "jt-utils" % "1.1.0"
[com.googlecode.jaitools/jt-utils "1.1.0"]