Categories |
CategoriesJersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.irenical.fetchy |
ArtifactId | ArtifactIdfetchy-connector-jersey2 |
Version | Version2.0.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.irenical.fetchy/fetchy-connector-jersey2/ -->
<dependency>
<groupId>org.irenical.fetchy</groupId>
<artifactId>fetchy-connector-jersey2</artifactId>
<version>2.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.irenical.fetchy/fetchy-connector-jersey2/
implementation 'org.irenical.fetchy:fetchy-connector-jersey2:2.0.8'
// https://jarcasting.com/artifacts/org.irenical.fetchy/fetchy-connector-jersey2/
implementation ("org.irenical.fetchy:fetchy-connector-jersey2:2.0.8")
'org.irenical.fetchy:fetchy-connector-jersey2:jar:2.0.8'
<dependency org="org.irenical.fetchy" name="fetchy-connector-jersey2" rev="2.0.8">
<artifact name="fetchy-connector-jersey2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.irenical.fetchy', module='fetchy-connector-jersey2', version='2.0.8')
)
libraryDependencies += "org.irenical.fetchy" % "fetchy-connector-jersey2" % "2.0.8"
[org.irenical.fetchy/fetchy-connector-jersey2 "2.0.8"]