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