p

petals-bc-jms

A JMS binding component
文件下载
文件名 操作
petals-bc-jms-2.0.pom 下载
petals-bc-jms-2.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.objectweb.petals</groupId>
  <artifactId>petals-bc-jms</artifactId>
  <version>2.0</version>
  <type>jbi-component</type>
</dependency>
Gradle Groovy
implementation 'org.objectweb.petals:petals-bc-jms:2.0'
Gradle Kotlin
implementation("org.objectweb.petals:petals-bc-jms:2.0")
Scala SBT
libraryDependencies += "org.objectweb.petals" % "petals-bc-jms" % "2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.objectweb.petals', module='petals-bc-jms', version='2.0')
)
Apache Ivy
<dependency org="org.objectweb.petals" name="petals-bc-jms" rev="2.0" />
Leiningen
[org.objectweb.petals/petals-bc-jms "2.0"]
Apache Buildr
'org.objectweb.petals:petals-bc-jms:jar:2.0'