GroupId | GroupIdcom.googlecode.jaitools |
---|---|
ArtifactId | ArtifactIdjiffle |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
jiffle-1.0.0.pom | |
jiffle-1.0.0.jar | 231 KB |
jiffle-1.0.0-sources.jar | 125 KB |
jiffle-1.0.0-javadoc.jar | 661 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.jaitools/jiffle/ -->
<dependency>
<groupId>com.googlecode.jaitools</groupId>
<artifactId>jiffle</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.jaitools/jiffle/
implementation 'com.googlecode.jaitools:jiffle:1.0.0'
// https://jarcasting.com/artifacts/com.googlecode.jaitools/jiffle/
implementation ("com.googlecode.jaitools:jiffle:1.0.0")
'com.googlecode.jaitools:jiffle:jar:1.0.0'
<dependency org="com.googlecode.jaitools" name="jiffle" rev="1.0.0">
<artifact name="jiffle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.jaitools', module='jiffle', version='1.0.0')
)
libraryDependencies += "com.googlecode.jaitools" % "jiffle" % "1.0.0"
[com.googlecode.jaitools/jiffle "1.0.0"]