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