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