is not current version
Last Version 1.1

org.ow2.petals.registry:petals-registry-api 1.0


GroupId

GroupId

org.ow2.petals.registry
ArtifactId

ArtifactId

petals-registry-api
Version

Version

1.0
Type

Type

jar

Download petals-registry-api 1.0


<!-- https://jarcasting.com/artifacts/org.ow2.petals.registry/petals-registry-api/ -->
<dependency>
    <groupId>org.ow2.petals.registry</groupId>
    <artifactId>petals-registry-api</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.petals.registry/petals-registry-api/
implementation 'org.ow2.petals.registry:petals-registry-api:1.0'
// https://jarcasting.com/artifacts/org.ow2.petals.registry/petals-registry-api/
implementation ("org.ow2.petals.registry:petals-registry-api:1.0")
'org.ow2.petals.registry:petals-registry-api:jar:1.0'
<dependency org="org.ow2.petals.registry" name="petals-registry-api" rev="1.0">
  <artifact name="petals-registry-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.petals.registry', module='petals-registry-api', version='1.0')
)
libraryDependencies += "org.ow2.petals.registry" % "petals-registry-api" % "1.0"
[org.ow2.petals.registry/petals-registry-api "1.0"]