| GroupId | GroupIdorg.objectweb.petals |
|---|---|
| ArtifactId | ArtifactIdpetals-component-framework |
| Version | Version2.1.1 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.objectweb.petals/petals-component-framework/ -->
<dependency>
<groupId>org.objectweb.petals</groupId>
<artifactId>petals-component-framework</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.petals/petals-component-framework/
implementation 'org.objectweb.petals:petals-component-framework:2.1.1'
// https://jarcasting.com/artifacts/org.objectweb.petals/petals-component-framework/
implementation ("org.objectweb.petals:petals-component-framework:2.1.1")
'org.objectweb.petals:petals-component-framework:jar:2.1.1'
<dependency org="org.objectweb.petals" name="petals-component-framework" rev="2.1.1">
<artifact name="petals-component-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.petals', module='petals-component-framework', version='2.1.1')
)
libraryDependencies += "org.objectweb.petals" % "petals-component-framework" % "2.1.1"
[org.objectweb.petals/petals-component-framework "2.1.1"]