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