GroupId | GroupIdorg.objectweb.petals |
---|---|
ArtifactId | ArtifactIdpetals-component-framework |
Version | Version2.0.3 |
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.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.petals/petals-component-framework/
implementation 'org.objectweb.petals:petals-component-framework:2.0.3'
// https://jarcasting.com/artifacts/org.objectweb.petals/petals-component-framework/
implementation ("org.objectweb.petals:petals-component-framework:2.0.3")
'org.objectweb.petals:petals-component-framework:jar:2.0.3'
<dependency org="org.objectweb.petals" name="petals-component-framework" rev="2.0.3">
<artifact name="petals-component-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.petals', module='petals-component-framework', version='2.0.3')
)
libraryDependencies += "org.objectweb.petals" % "petals-component-framework" % "2.0.3"
[org.objectweb.petals/petals-component-framework "2.0.3"]