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