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