is not current version
Last Version 2.1.2

org.objectweb.petals:petals-component-framework 2.0.1

The PEtALS component framework. This framework is used to easily create JBI 1.0 compliant components.

GroupId

GroupId

org.objectweb.petals
ArtifactId

ArtifactId

petals-component-framework
Version

Version

2.0.1
Type

Type

jar

Download petals-component-framework 2.0.1


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