GroupId | GroupIdcloud.piranha.resource |
---|---|
ArtifactId | ArtifactIdpiranha-resource-impl |
Version | Version21.10.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cloud.piranha.resource/piranha-resource-impl/ -->
<dependency>
<groupId>cloud.piranha.resource</groupId>
<artifactId>piranha-resource-impl</artifactId>
<version>21.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/cloud.piranha.resource/piranha-resource-impl/
implementation 'cloud.piranha.resource:piranha-resource-impl:21.10.0'
// https://jarcasting.com/artifacts/cloud.piranha.resource/piranha-resource-impl/
implementation ("cloud.piranha.resource:piranha-resource-impl:21.10.0")
'cloud.piranha.resource:piranha-resource-impl:jar:21.10.0'
<dependency org="cloud.piranha.resource" name="piranha-resource-impl" rev="21.10.0">
<artifact name="piranha-resource-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='cloud.piranha.resource', module='piranha-resource-impl', version='21.10.0')
)
libraryDependencies += "cloud.piranha.resource" % "piranha-resource-impl" % "21.10.0"
[cloud.piranha.resource/piranha-resource-impl "21.10.0"]