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