License |
License |
---|---|
GroupId | GroupIdorg.ow2.petals |
ArtifactId | ArtifactIdpetals-core |
Version | Version8 |
Type | Typepom |
Description |
DescriptionPetals Core
PEtALS Services Platform
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
petals-core-8.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.petals/petals-core/ -->
<dependency>
<groupId>org.ow2.petals</groupId>
<artifactId>petals-core</artifactId>
<version>8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.petals/petals-core/
implementation 'org.ow2.petals:petals-core:8'
// https://jarcasting.com/artifacts/org.ow2.petals/petals-core/
implementation ("org.ow2.petals:petals-core:8")
'org.ow2.petals:petals-core:pom:8'
<dependency org="org.ow2.petals" name="petals-core" rev="8">
<artifact name="petals-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.petals', module='petals-core', version='8')
)
libraryDependencies += "org.ow2.petals" % "petals-core" % "8"
[org.ow2.petals/petals-core "8"]