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