is not current version
Last Version 2.5

org.ow2.petals:petals-standalone 1.0-beta1


GroupId

GroupId

org.ow2.petals
ArtifactId

ArtifactId

petals-standalone
Version

Version

1.0-beta1
Type

Type

jar

Download petals-standalone 1.0-beta1


<!-- 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"]