Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.kantega.reststop |
ArtifactId | ArtifactIdreststop-webapp |
Version | Version1.11 |
Type | Typewar |
Filename | Size |
---|---|
reststop-webapp-1.11.pom | |
reststop-webapp-1.11.war | 84 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kantega.reststop/reststop-webapp/ -->
<dependency>
<groupId>org.kantega.reststop</groupId>
<artifactId>reststop-webapp</artifactId>
<version>1.11</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.kantega.reststop/reststop-webapp/
implementation 'org.kantega.reststop:reststop-webapp:1.11'
// https://jarcasting.com/artifacts/org.kantega.reststop/reststop-webapp/
implementation ("org.kantega.reststop:reststop-webapp:1.11")
'org.kantega.reststop:reststop-webapp:war:1.11'
<dependency org="org.kantega.reststop" name="reststop-webapp" rev="1.11">
<artifact name="reststop-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.kantega.reststop', module='reststop-webapp', version='1.11')
)
libraryDependencies += "org.kantega.reststop" % "reststop-webapp" % "1.11"
[org.kantega.reststop/reststop-webapp "1.11"]