Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.objectweb.petals |
ArtifactId | ArtifactIdpetals-platform |
Version | Version5 |
Type | Typepom |
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"]