p

petals-bc-ejb

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