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