GroupId | GroupIdcloud.piranha.webapp |
---|---|
ArtifactId | ArtifactIdpiranha-webapp-api |
Version | Version20.10.0 |
Type | Typejar |
Filename | Size |
---|---|
piranha-webapp-api-20.10.0.pom | |
piranha-webapp-api-20.10.0.jar | 22 KB |
piranha-webapp-api-20.10.0-sources.jar | 47 KB |
piranha-webapp-api-20.10.0-javadoc.jar | 283 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.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/cloud.piranha.webapp/piranha-webapp-api/
implementation 'cloud.piranha.webapp:piranha-webapp-api:20.10.0'
// https://jarcasting.com/artifacts/cloud.piranha.webapp/piranha-webapp-api/
implementation ("cloud.piranha.webapp:piranha-webapp-api:20.10.0")
'cloud.piranha.webapp:piranha-webapp-api:jar:20.10.0'
<dependency org="cloud.piranha.webapp" name="piranha-webapp-api" rev="20.10.0">
<artifact name="piranha-webapp-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='cloud.piranha.webapp', module='piranha-webapp-api', version='20.10.0')
)
libraryDependencies += "cloud.piranha.webapp" % "piranha-webapp-api" % "20.10.0"
[cloud.piranha.webapp/piranha-webapp-api "20.10.0"]