Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.kantega.reststop |
ArtifactId | ArtifactIdreststop-bootstrap |
Version | Version3.9 |
Type | Typejar |
Filename | Size |
---|---|
reststop-bootstrap-3.9.pom | |
reststop-bootstrap-3.9.jar | 96 KB |
reststop-bootstrap-3.9-sources.jar | 90 KB |
reststop-bootstrap-3.9-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.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.kantega.reststop/reststop-bootstrap/
implementation 'org.kantega.reststop:reststop-bootstrap:3.9'
// https://jarcasting.com/artifacts/org.kantega.reststop/reststop-bootstrap/
implementation ("org.kantega.reststop:reststop-bootstrap:3.9")
'org.kantega.reststop:reststop-bootstrap:jar:3.9'
<dependency org="org.kantega.reststop" name="reststop-bootstrap" rev="3.9">
<artifact name="reststop-bootstrap" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kantega.reststop', module='reststop-bootstrap', version='3.9')
)
libraryDependencies += "org.kantega.reststop" % "reststop-bootstrap" % "3.9"
[org.kantega.reststop/reststop-bootstrap "3.9"]