is not current version
Last Version 1.1.2

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


GroupId

GroupId

org.ow2.petals.registry
ArtifactId

ArtifactId

petals-registry-core
Version

Version

1.0
Type

Type

jar

Download petals-registry-core 1.0


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