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