is not current version
Last Version 3.1.3

org.ow2.petals:petals-platform 3.1.2


Categories

Categories

ORM Data
GroupId

GroupId

org.ow2.petals
ArtifactId

ArtifactId

petals-platform
Version

Version

3.1.2
Type

Type

jar

Download petals-platform 3.1.2


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