License |
License |
---|---|
Categories |
CategoriesDistribution Build Tools |
GroupId | GroupIdorg.ow2.petals |
ArtifactId | ArtifactIdpetals-distribution |
Last Version | Last Version2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionPetals distribution
Contains the different PEtALS distributions
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
petals-distribution-2.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.petals/petals-distribution/ -->
<dependency>
<groupId>org.ow2.petals</groupId>
<artifactId>petals-distribution</artifactId>
<version>2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.petals/petals-distribution/
implementation 'org.ow2.petals:petals-distribution:2'
// https://jarcasting.com/artifacts/org.ow2.petals/petals-distribution/
implementation ("org.ow2.petals:petals-distribution:2")
'org.ow2.petals:petals-distribution:pom:2'
<dependency org="org.ow2.petals" name="petals-distribution" rev="2">
<artifact name="petals-distribution" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.petals', module='petals-distribution', version='2')
)
libraryDependencies += "org.ow2.petals" % "petals-distribution" % "2"
[org.ow2.petals/petals-distribution "2"]