License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdorg.objectweb.petals |
ArtifactId | ArtifactIdpetals-platform |
Last Version | Last Version6 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionPetals platform
PEtALS Services Platform
|
Project Organization |
Project OrganizationObjectWeb Consortium |
Filename | Size |
---|---|
petals-platform-6.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.objectweb.petals/petals-platform/ -->
<dependency>
<groupId>org.objectweb.petals</groupId>
<artifactId>petals-platform</artifactId>
<version>6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.petals/petals-platform/
implementation 'org.objectweb.petals:petals-platform:6'
// https://jarcasting.com/artifacts/org.objectweb.petals/petals-platform/
implementation ("org.objectweb.petals:petals-platform:6")
'org.objectweb.petals:petals-platform:pom:6'
<dependency org="org.objectweb.petals" name="petals-platform" rev="6">
<artifact name="petals-platform" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.petals', module='petals-platform', version='6')
)
libraryDependencies += "org.objectweb.petals" % "petals-platform" % "6"
[org.objectweb.petals/petals-platform "6"]