MVN

com.github.LinYuanBaoBao : spring-amqp-support

Maven & Gradle

Feb 10, 2022
0 stars

spring-amqp-support · 一个 Spring-AMQP 扩展组件,便于快速发送、接收 MQ 事件消息,并将消息自动序列化为事件对象

<dependency>
    <groupId>com.github.LinYuanBaoBao</groupId>
    <artifactId>spring-amqp-support</artifactId>
    <version>1.0.0-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.LinYuanBaoBao : spring-amqp-support to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-RELEASE

All Versions

Choose a version of com.github.LinYuanBaoBao : spring-amqp-support to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
spring-amqp-support-1.0.0-RELEASE

How to add a dependency to Maven

Add the following com.github.LinYuanBaoBao : spring-amqp-support maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.LinYuanBaoBao</groupId>
    <artifactId>spring-amqp-support</artifactId>
    <version>1.0.0-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.LinYuanBaoBao : spring-amqp-support gradle dependency to your build.gradle file:

implementation 'com.github.LinYuanBaoBao:spring-amqp-support:1.0.0-RELEASE'

Gradle Kotlin DSL: Add the following com.github.LinYuanBaoBao : spring-amqp-support gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.LinYuanBaoBao:spring-amqp-support:1.0.0-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.LinYuanBaoBao : spring-amqp-support sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.LinYuanBaoBao" % "spring-amqp-support" % "1.0.0-RELEASE"