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