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