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