is not current version
Last Version 1.5

org.objectweb.petals:petals-common 1.3


GroupId

GroupId

org.objectweb.petals
ArtifactId

ArtifactId

petals-common
Version

Version

1.3
Type

Type

jar

Download petals-common 1.3


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