p

petals-jbi-descriptor

The JBI descriptor data binding
Files download
File Operation
petals-jbi-descriptor-2.3.1.jar download
petals-jbi-descriptor-2.3.1.pom download
petals-jbi-descriptor-2.3.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.ow2.petals</groupId>
  <artifactId>petals-jbi-descriptor</artifactId>
  <version>2.3.1</version>
</dependency>
Gradle Groovy
implementation 'org.ow2.petals:petals-jbi-descriptor:2.3.1'
Gradle Kotlin
implementation("org.ow2.petals:petals-jbi-descriptor:2.3.1")
Scala SBT
libraryDependencies += "org.ow2.petals" % "petals-jbi-descriptor" % "2.3.1"
Groovy Grape
@Grapes(
  @Grab(group='org.ow2.petals', module='petals-jbi-descriptor', version='2.3.1')
)
Apache Ivy
<dependency org="org.ow2.petals" name="petals-jbi-descriptor" rev="2.3.1" />
Leiningen
[org.ow2.petals/petals-jbi-descriptor "2.3.1"]
Apache Buildr
'org.ow2.petals:petals-jbi-descriptor:jar:2.3.1'