GroupId | GroupIdorg.ow2.petals |
---|---|
ArtifactId | ArtifactIdpetals-standalone |
Version | Version1.0-beta1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.ow2.petals/petals-standalone/ -->
<dependency>
<groupId>org.ow2.petals</groupId>
<artifactId>petals-standalone</artifactId>
<version>1.0-beta1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.petals/petals-standalone/
implementation 'org.ow2.petals:petals-standalone:1.0-beta1'
// https://jarcasting.com/artifacts/org.ow2.petals/petals-standalone/
implementation ("org.ow2.petals:petals-standalone:1.0-beta1")
'org.ow2.petals:petals-standalone:jar:1.0-beta1'
<dependency org="org.ow2.petals" name="petals-standalone" rev="1.0-beta1">
<artifact name="petals-standalone" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.petals', module='petals-standalone', version='1.0-beta1')
)
libraryDependencies += "org.ow2.petals" % "petals-standalone" % "1.0-beta1"
[org.ow2.petals/petals-standalone "1.0-beta1"]