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