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