is not current version
Last Version 6

org.objectweb.petals:petals-platform 5


Categories

Categories

ORM Data
GroupId

GroupId

org.objectweb.petals
ArtifactId

ArtifactId

petals-platform
Version

Version

5
Type

Type

pom

Download petals-platform 5

Filename Size
petals-platform-5.pom 1 KB
Browse

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