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