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