is not current version
Last Version 2.5

org.ow2.petals:petals-standalone 2.1


GroupId

GroupId

org.ow2.petals
ArtifactId

ArtifactId

petals-standalone
Version

Version

2.1
Type

Type

jar

Download petals-standalone 2.1


<!-- https://jarcasting.com/artifacts/org.ow2.petals/petals-standalone/ -->
<dependency>
    <groupId>org.ow2.petals</groupId>
    <artifactId>petals-standalone</artifactId>
    <version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.petals/petals-standalone/
implementation 'org.ow2.petals:petals-standalone:2.1'
// https://jarcasting.com/artifacts/org.ow2.petals/petals-standalone/
implementation ("org.ow2.petals:petals-standalone:2.1")
'org.ow2.petals:petals-standalone:jar:2.1'
<dependency org="org.ow2.petals" name="petals-standalone" rev="2.1">
  <artifact name="petals-standalone" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.petals', module='petals-standalone', version='2.1')
)
libraryDependencies += "org.ow2.petals" % "petals-standalone" % "2.1"
[org.ow2.petals/petals-standalone "2.1"]