Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.kantega.reststop |
ArtifactId | ArtifactIdreststop-jaxrs-api |
Version | Version1.6 |
Type | Typejar |
Filename | Size |
---|---|
reststop-jaxrs-api-1.6.pom | |
reststop-jaxrs-api-1.6.jar | 5 KB |
reststop-jaxrs-api-1.6-sources.jar | 1 KB |
reststop-jaxrs-api-1.6-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kantega.reststop/reststop-jaxrs-api/ -->
<dependency>
<groupId>org.kantega.reststop</groupId>
<artifactId>reststop-jaxrs-api</artifactId>
<version>1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.kantega.reststop/reststop-jaxrs-api/
implementation 'org.kantega.reststop:reststop-jaxrs-api:1.6'
// https://jarcasting.com/artifacts/org.kantega.reststop/reststop-jaxrs-api/
implementation ("org.kantega.reststop:reststop-jaxrs-api:1.6")
'org.kantega.reststop:reststop-jaxrs-api:jar:1.6'
<dependency org="org.kantega.reststop" name="reststop-jaxrs-api" rev="1.6">
<artifact name="reststop-jaxrs-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kantega.reststop', module='reststop-jaxrs-api', version='1.6')
)
libraryDependencies += "org.kantega.reststop" % "reststop-jaxrs-api" % "1.6"
[org.kantega.reststop/reststop-jaxrs-api "1.6"]