GroupId | GroupIdorg.objectweb.petals |
---|---|
ArtifactId | ArtifactIdpetals-tools-jbi-common |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
petals-tools-jbi-common-1.0.1.pom | |
petals-tools-jbi-common-1.0.1.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.objectweb.petals/petals-tools-jbi-common/ -->
<dependency>
<groupId>org.objectweb.petals</groupId>
<artifactId>petals-tools-jbi-common</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.petals/petals-tools-jbi-common/
implementation 'org.objectweb.petals:petals-tools-jbi-common:1.0.1'
// https://jarcasting.com/artifacts/org.objectweb.petals/petals-tools-jbi-common/
implementation ("org.objectweb.petals:petals-tools-jbi-common:1.0.1")
'org.objectweb.petals:petals-tools-jbi-common:jar:1.0.1'
<dependency org="org.objectweb.petals" name="petals-tools-jbi-common" rev="1.0.1">
<artifact name="petals-tools-jbi-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.petals', module='petals-tools-jbi-common', version='1.0.1')
)
libraryDependencies += "org.objectweb.petals" % "petals-tools-jbi-common" % "1.0.1"
[org.objectweb.petals/petals-tools-jbi-common "1.0.1"]