GroupId | GroupIdorg.ow2.petals.registry |
---|---|
ArtifactId | ArtifactIdpetals-registry-core |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
petals-registry-core-1.0.1.pom | |
petals-registry-core-1.0.1.jar | 92 KB |
petals-registry-core-1.0.1-sources.jar | 68 KB |
petals-registry-core-1.0.1-javadoc.jar | 327 KB |
Browse |
<!-- 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.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.petals.registry/petals-registry-core/
implementation 'org.ow2.petals.registry:petals-registry-core:1.0.1'
// https://jarcasting.com/artifacts/org.ow2.petals.registry/petals-registry-core/
implementation ("org.ow2.petals.registry:petals-registry-core:1.0.1")
'org.ow2.petals.registry:petals-registry-core:jar:1.0.1'
<dependency org="org.ow2.petals.registry" name="petals-registry-core" rev="1.0.1">
<artifact name="petals-registry-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.petals.registry', module='petals-registry-core', version='1.0.1')
)
libraryDependencies += "org.ow2.petals.registry" % "petals-registry-core" % "1.0.1"
[org.ow2.petals.registry/petals-registry-core "1.0.1"]