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