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