is not current version
Last Version 1.4.0

org.ow2.petals:petals-component-api 1.3.1


GroupId

GroupId

org.ow2.petals
ArtifactId

ArtifactId

petals-component-api
Version

Version

1.3.1
Type

Type

jar

Download petals-component-api 1.3.1


<!-- 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"]