MVN

cn.dustlight.datacenter : datacenter-amqp

Maven & Gradle

Jan 24, 2022
3 usages
0 stars

datacenter-amqp · 数据中心服务 - AMQP 模块

<dependency>
    <groupId>cn.dustlight.datacenter</groupId>
    <artifactId>datacenter-amqp</artifactId>
    <version>0.0.6-alpha-2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.dustlight.datacenter : datacenter-amqp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.6-alpha-2
  • Latest Alpha: 0.0.6-alpha-2

All Versions

Choose a version of cn.dustlight.datacenter : datacenter-amqp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
datacenter-amqp-0.0.6-alpha-2

How to add a dependency to Maven

Add the following cn.dustlight.datacenter : datacenter-amqp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.dustlight.datacenter</groupId>
    <artifactId>datacenter-amqp</artifactId>
    <version>0.0.6-alpha-2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.dustlight.datacenter : datacenter-amqp gradle dependency to your build.gradle file:

implementation 'cn.dustlight.datacenter:datacenter-amqp:0.0.6-alpha-2'

Gradle Kotlin DSL: Add the following cn.dustlight.datacenter : datacenter-amqp gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.dustlight.datacenter:datacenter-amqp:0.0.6-alpha-2")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.dustlight.datacenter : datacenter-amqp sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.dustlight.datacenter" % "datacenter-amqp" % "0.0.6-alpha-2"