is not current version
Last Version 6

org.objectweb.petals:petals-components 2

This project gathers all the JBI components developped.

GroupId

GroupId

org.objectweb.petals
ArtifactId

ArtifactId

petals-components
Version

Version

2
Type

Type

pom

Download petals-components 2

Filename Size
petals-components-2.pom 2 KB
Browse

<!-- https://jarcasting.com/artifacts/org.objectweb.petals/petals-components/ -->
<dependency>
    <groupId>org.objectweb.petals</groupId>
    <artifactId>petals-components</artifactId>
    <version>2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.petals/petals-components/
implementation 'org.objectweb.petals:petals-components:2'
// https://jarcasting.com/artifacts/org.objectweb.petals/petals-components/
implementation ("org.objectweb.petals:petals-components:2")
'org.objectweb.petals:petals-components:pom:2'
<dependency org="org.objectweb.petals" name="petals-components" rev="2">
  <artifact name="petals-components" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.petals', module='petals-components', version='2')
)
libraryDependencies += "org.objectweb.petals" % "petals-components" % "2"
[org.objectweb.petals/petals-components "2"]