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