c

commons-jms-utils

A performant abstraction on top of JMS
https://github.com/bancolombia/commons-jms
MIT License
Juan Carlos Galvis
文件下载
文件名 操作
commons-jms-utils-2.2.5.jar 下载
commons-jms-utils-2.2.5.pom 下载
commons-jms-utils-2.2.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.bancolombia</groupId>
  <artifactId>commons-jms-utils</artifactId>
  <version>2.2.5</version>
</dependency>
Gradle Groovy
implementation 'com.github.bancolombia:commons-jms-utils:2.2.5'
Gradle Kotlin
implementation("com.github.bancolombia:commons-jms-utils:2.2.5")
Scala SBT
libraryDependencies += "com.github.bancolombia" % "commons-jms-utils" % "2.2.5"
Groovy Grape
@Grapes(
  @Grab(group='com.github.bancolombia', module='commons-jms-utils', version='2.2.5')
)
Apache Ivy
<dependency org="com.github.bancolombia" name="commons-jms-utils" rev="2.2.5" />
Leiningen
[com.github.bancolombia/commons-jms-utils "2.2.5"]
Apache Buildr
'com.github.bancolombia:commons-jms-utils:jar:2.2.5'