MVN

com.gitee.l0km : dtalk-common-activemq

Maven & Gradle

Jun 09, 2023

dtalk common for activemq · common module for activemq

<dependency>
    <groupId>com.gitee.l0km</groupId>
    <artifactId>dtalk-common-activemq</artifactId>
    <version>0.6.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.6.7

All Versions

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

Version Vulnerabilities Updated
0.6.x
dtalk-common-activemq-0.6.7
dtalk-common-activemq-0.6.6
dtalk-common-activemq-0.6.5
dtalk-common-activemq-0.6.4
dtalk-common-activemq-0.6.3
dtalk-common-activemq-0.6.2
dtalk-common-activemq-0.6.1
dtalk-common-activemq-0.6.0
0.5.x
dtalk-common-activemq-0.5.0
0.4.x
dtalk-common-activemq-0.4.24
dtalk-common-activemq-0.4.23
dtalk-common-activemq-0.4.22
dtalk-common-activemq-0.4.21
dtalk-common-activemq-0.4.20
dtalk-common-activemq-0.4.19
dtalk-common-activemq-0.4.18
dtalk-common-activemq-0.4.17
dtalk-common-activemq-0.4.16
dtalk-common-activemq-0.4.15
dtalk-common-activemq-0.4.14
dtalk-common-activemq-0.4.13
dtalk-common-activemq-0.4.12
dtalk-common-activemq-0.4.11
dtalk-common-activemq-0.4.10
dtalk-common-activemq-0.4.9
dtalk-common-activemq-0.4.8
dtalk-common-activemq-0.4.7
dtalk-common-activemq-0.4.6
dtalk-common-activemq-0.4.5
dtalk-common-activemq-0.4.4
dtalk-common-activemq-0.4.3
dtalk-common-activemq-0.4.2
dtalk-common-activemq-0.4.1
dtalk-common-activemq-0.4.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.gitee.l0km</groupId>
    <artifactId>dtalk-common-activemq</artifactId>
    <version>0.6.7</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.gitee.l0km:dtalk-common-activemq:0.6.7'

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

implementation("com.gitee.l0km:dtalk-common-activemq:0.6.7")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.gitee.l0km" % "dtalk-common-activemq" % "0.6.7"

Advertisement