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