| GroupId | GroupIdcloud.piranha.war |
|---|---|
| ArtifactId | ArtifactIdpiranha-war-rest |
| Version | Version20.12.0 |
| Type | Typewar |
| Filename | Size |
|---|---|
| piranha-war-rest-20.12.0.pom | |
| piranha-war-rest-20.12.0.war | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cloud.piranha.war/piranha-war-rest/ -->
<dependency>
<groupId>cloud.piranha.war</groupId>
<artifactId>piranha-war-rest</artifactId>
<version>20.12.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/cloud.piranha.war/piranha-war-rest/
implementation 'cloud.piranha.war:piranha-war-rest:20.12.0'
// https://jarcasting.com/artifacts/cloud.piranha.war/piranha-war-rest/
implementation ("cloud.piranha.war:piranha-war-rest:20.12.0")
'cloud.piranha.war:piranha-war-rest:war:20.12.0'
<dependency org="cloud.piranha.war" name="piranha-war-rest" rev="20.12.0">
<artifact name="piranha-war-rest" type="war" />
</dependency>
@Grapes(
@Grab(group='cloud.piranha.war', module='piranha-war-rest', version='20.12.0')
)
libraryDependencies += "cloud.piranha.war" % "piranha-war-rest" % "20.12.0"
[cloud.piranha.war/piranha-war-rest "20.12.0"]