| License |
License |
|---|---|
| GroupId | GroupIdcloud.piranha.server |
| ArtifactId | ArtifactIdpiranha-server-api |
| Last Version | Last Version22.6.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionPiranha - Server - API
The API for the server version of Piranha.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| piranha-server-api-22.6.0.pom | |
| piranha-server-api-22.6.0.jar | 2 KB |
| piranha-server-api-22.6.0-sources.jar | 3 KB |
| piranha-server-api-22.6.0-javadoc.jar | 119 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cloud.piranha.server/piranha-server-api/ -->
<dependency>
<groupId>cloud.piranha.server</groupId>
<artifactId>piranha-server-api</artifactId>
<version>22.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/cloud.piranha.server/piranha-server-api/
implementation 'cloud.piranha.server:piranha-server-api:22.6.0'
// https://jarcasting.com/artifacts/cloud.piranha.server/piranha-server-api/
implementation ("cloud.piranha.server:piranha-server-api:22.6.0")
'cloud.piranha.server:piranha-server-api:jar:22.6.0'
<dependency org="cloud.piranha.server" name="piranha-server-api" rev="22.6.0">
<artifact name="piranha-server-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='cloud.piranha.server', module='piranha-server-api', version='22.6.0')
)
libraryDependencies += "cloud.piranha.server" % "piranha-server-api" % "22.6.0"
[cloud.piranha.server/piranha-server-api "22.6.0"]