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