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