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