License |
License |
---|---|
GroupId | GroupIdorg.objectweb.petals |
ArtifactId | ArtifactIdpetals-components |
Last Version | Last Version6 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionPetals Components
This project gathers all the PEtALS JBI components
|
Project Organization |
Project OrganizationObjectWeb Consortium |
Filename | Size |
---|---|
petals-components-6.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.objectweb.petals/petals-components/ -->
<dependency>
<groupId>org.objectweb.petals</groupId>
<artifactId>petals-components</artifactId>
<version>6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.petals/petals-components/
implementation 'org.objectweb.petals:petals-components:6'
// https://jarcasting.com/artifacts/org.objectweb.petals/petals-components/
implementation ("org.objectweb.petals:petals-components:6")
'org.objectweb.petals:petals-components:pom:6'
<dependency org="org.objectweb.petals" name="petals-components" rev="6">
<artifact name="petals-components" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.petals', module='petals-components', version='6')
)
libraryDependencies += "org.objectweb.petals" % "petals-components" % "6"
[org.objectweb.petals/petals-components "6"]