Categories |
CategoriesAnt Build Tools Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.kantega.respiro |
ArtifactId | ArtifactIdrespiro-jersey-plugin |
Version | Version2.12 |
Type | Typejar |
Filename | Size |
---|---|
respiro-jersey-plugin-2.12.pom | |
respiro-jersey-plugin-2.12.jar | 18 KB |
respiro-jersey-plugin-2.12-sources.jar | 11 KB |
respiro-jersey-plugin-2.12-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kantega.respiro/respiro-jersey-plugin/ -->
<dependency>
<groupId>org.kantega.respiro</groupId>
<artifactId>respiro-jersey-plugin</artifactId>
<version>2.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.kantega.respiro/respiro-jersey-plugin/
implementation 'org.kantega.respiro:respiro-jersey-plugin:2.12'
// https://jarcasting.com/artifacts/org.kantega.respiro/respiro-jersey-plugin/
implementation ("org.kantega.respiro:respiro-jersey-plugin:2.12")
'org.kantega.respiro:respiro-jersey-plugin:jar:2.12'
<dependency org="org.kantega.respiro" name="respiro-jersey-plugin" rev="2.12">
<artifact name="respiro-jersey-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kantega.respiro', module='respiro-jersey-plugin', version='2.12')
)
libraryDependencies += "org.kantega.respiro" % "respiro-jersey-plugin" % "2.12"
[org.kantega.respiro/respiro-jersey-plugin "2.12"]