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