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