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