GroupId | GroupIdcom.googlecode.jaitools |
---|---|
ArtifactId | ArtifactIdjiffle |
Version | Version0.1.0 |
Type | Typepom |
Filename | Size |
---|---|
jiffle-0.1.0.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.jaitools/jiffle/ -->
<dependency>
<groupId>com.googlecode.jaitools</groupId>
<artifactId>jiffle</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.jaitools/jiffle/
implementation 'com.googlecode.jaitools:jiffle:0.1.0'
// https://jarcasting.com/artifacts/com.googlecode.jaitools/jiffle/
implementation ("com.googlecode.jaitools:jiffle:0.1.0")
'com.googlecode.jaitools:jiffle:pom:0.1.0'
<dependency org="com.googlecode.jaitools" name="jiffle" rev="0.1.0">
<artifact name="jiffle" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.jaitools', module='jiffle', version='0.1.0')
)
libraryDependencies += "com.googlecode.jaitools" % "jiffle" % "0.1.0"
[com.googlecode.jaitools/jiffle "0.1.0"]