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