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