GroupId | GroupIdorg.ow2.petals |
---|---|
ArtifactId | ArtifactIdpetals-jbi |
Version | Version1.3.2 |
Type | Typejar |
Filename | Size |
---|---|
petals-jbi-1.3.2.pom | |
petals-jbi-1.3.2.zip | 92 KB |
petals-jbi-1.3.2-tests.jar | 35 KB |
petals-jbi-1.3.2-sources.jar | 45 KB |
petals-jbi-1.3.2-retro-compatibility-tests.jar | 1 MB |
petals-jbi-1.3.2-javadoc.jar | 207 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.petals/petals-jbi/ -->
<dependency>
<groupId>org.ow2.petals</groupId>
<artifactId>petals-jbi</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.petals/petals-jbi/
implementation 'org.ow2.petals:petals-jbi:1.3.2'
// https://jarcasting.com/artifacts/org.ow2.petals/petals-jbi/
implementation ("org.ow2.petals:petals-jbi:1.3.2")
'org.ow2.petals:petals-jbi:jar:1.3.2'
<dependency org="org.ow2.petals" name="petals-jbi" rev="1.3.2">
<artifact name="petals-jbi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.petals', module='petals-jbi', version='1.3.2')
)
libraryDependencies += "org.ow2.petals" % "petals-jbi" % "1.3.2"
[org.ow2.petals/petals-jbi "1.3.2"]