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