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