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