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