is not current version
Last Version 6

org.objectweb.petals:petals-platform 2


Categories

Categories

ORM Data
GroupId

GroupId

org.objectweb.petals
ArtifactId

ArtifactId

petals-platform
Version

Version

2
Type

Type

pom

Download petals-platform 2

Filename Size
petals-platform-2.pom 232 bytes
Browse

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