is not current version
Last Version 1.3.2

org.ow2.petals:petals-commons 1.0.4


GroupId

GroupId

org.ow2.petals
ArtifactId

ArtifactId

petals-commons
Version

Version

1.0.4
Type

Type

jar

Download petals-commons 1.0.4


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