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