MVN

com.gitee.l0km : simplemq-activemq

Maven & Gradle

Aug 15, 2020

simplemq activemq implementation

<dependency>
    <groupId>com.gitee.l0km</groupId>
    <artifactId>simplemq-activemq</artifactId>
    <version>2.2.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gitee.l0km : simplemq-activemq to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.5

All Versions

Choose a version of com.gitee.l0km : simplemq-activemq to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
simplemq-activemq-2.2.5
simplemq-activemq-2.2.4
simplemq-activemq-2.2.3
simplemq-activemq-2.2.2
simplemq-activemq-2.2.1
simplemq-activemq-2.2.0
2.1.x
simplemq-activemq-2.1.5
simplemq-activemq-2.1.4
simplemq-activemq-2.1.3
simplemq-activemq-2.1.2
simplemq-activemq-2.1.1
simplemq-activemq-2.1.0
2.0.x
simplemq-activemq-2.0.0

How to add a dependency to Maven

Add the following com.gitee.l0km : simplemq-activemq maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gitee.l0km</groupId>
    <artifactId>simplemq-activemq</artifactId>
    <version>2.2.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gitee.l0km : simplemq-activemq gradle dependency to your build.gradle file:

implementation 'com.gitee.l0km:simplemq-activemq:2.2.5'

Gradle Kotlin DSL: Add the following com.gitee.l0km : simplemq-activemq gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gitee.l0km:simplemq-activemq:2.2.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gitee.l0km : simplemq-activemq sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gitee.l0km" % "simplemq-activemq" % "2.2.5"