GroupId | GroupIdcloud.piranha.webapp |
---|---|
ArtifactId | ArtifactIdpiranha-webapp-api |
Version | Version20.9.0 |
Type | Typejar |
Filename | Size |
---|---|
piranha-webapp-api-20.9.0.pom | |
piranha-webapp-api-20.9.0.jar | 21 KB |
piranha-webapp-api-20.9.0-sources.jar | 46 KB |
piranha-webapp-api-20.9.0-javadoc.jar | 562 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cloud.piranha.webapp/piranha-webapp-api/ -->
<dependency>
<groupId>cloud.piranha.webapp</groupId>
<artifactId>piranha-webapp-api</artifactId>
<version>20.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/cloud.piranha.webapp/piranha-webapp-api/
implementation 'cloud.piranha.webapp:piranha-webapp-api:20.9.0'
// https://jarcasting.com/artifacts/cloud.piranha.webapp/piranha-webapp-api/
implementation ("cloud.piranha.webapp:piranha-webapp-api:20.9.0")
'cloud.piranha.webapp:piranha-webapp-api:jar:20.9.0'
<dependency org="cloud.piranha.webapp" name="piranha-webapp-api" rev="20.9.0">
<artifact name="piranha-webapp-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='cloud.piranha.webapp', module='piranha-webapp-api', version='20.9.0')
)
libraryDependencies += "cloud.piranha.webapp" % "piranha-webapp-api" % "20.9.0"
[cloud.piranha.webapp/piranha-webapp-api "20.9.0"]