GroupId | GroupIdorg.objectweb.petals |
---|---|
ArtifactId | ArtifactIdpetals-jbi-descriptor |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
petals-jbi-descriptor-1.1.pom | |
petals-jbi-descriptor-1.1.jar | 38 KB |
petals-jbi-descriptor-1.1-sources.jar | 43 KB |
petals-jbi-descriptor-1.1-javadoc.jar | 138 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.objectweb.petals/petals-jbi-descriptor/ -->
<dependency>
<groupId>org.objectweb.petals</groupId>
<artifactId>petals-jbi-descriptor</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.petals/petals-jbi-descriptor/
implementation 'org.objectweb.petals:petals-jbi-descriptor:1.1'
// https://jarcasting.com/artifacts/org.objectweb.petals/petals-jbi-descriptor/
implementation ("org.objectweb.petals:petals-jbi-descriptor:1.1")
'org.objectweb.petals:petals-jbi-descriptor:jar:1.1'
<dependency org="org.objectweb.petals" name="petals-jbi-descriptor" rev="1.1">
<artifact name="petals-jbi-descriptor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.petals', module='petals-jbi-descriptor', version='1.1')
)
libraryDependencies += "org.objectweb.petals" % "petals-jbi-descriptor" % "1.1"
[org.objectweb.petals/petals-jbi-descriptor "1.1"]