| GroupId | GroupIdorg.irenical.fetchy |
|---|---|
| ArtifactId | ArtifactIdfetchy-discoverer-jindy |
| Version | Version2.0.6 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.irenical.fetchy/fetchy-discoverer-jindy/ -->
<dependency>
<groupId>org.irenical.fetchy</groupId>
<artifactId>fetchy-discoverer-jindy</artifactId>
<version>2.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.irenical.fetchy/fetchy-discoverer-jindy/
implementation 'org.irenical.fetchy:fetchy-discoverer-jindy:2.0.6'
// https://jarcasting.com/artifacts/org.irenical.fetchy/fetchy-discoverer-jindy/
implementation ("org.irenical.fetchy:fetchy-discoverer-jindy:2.0.6")
'org.irenical.fetchy:fetchy-discoverer-jindy:jar:2.0.6'
<dependency org="org.irenical.fetchy" name="fetchy-discoverer-jindy" rev="2.0.6">
<artifact name="fetchy-discoverer-jindy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.irenical.fetchy', module='fetchy-discoverer-jindy', version='2.0.6')
)
libraryDependencies += "org.irenical.fetchy" % "fetchy-discoverer-jindy" % "2.0.6"
[org.irenical.fetchy/fetchy-discoverer-jindy "2.0.6"]