is not current version
Last Version 6

org.objectweb.petals:petals-components 4

This project gathers all the JBI components developped.

GroupId

GroupId

org.objectweb.petals
ArtifactId

ArtifactId

petals-components
Version

Version

4
Type

Type

pom

Download petals-components 4

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

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