MVN

in.hocg.boot : rocketmq-spring-boot-autoconfigure

Maven & Gradle

May 04, 2023
40 stars

RocketMQ :: Spring Boot :: AutoConfigure

<dependency>
    <groupId>in.hocg.boot</groupId>
    <artifactId>rocketmq-spring-boot-autoconfigure</artifactId>
    <version>1.0.57</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of in.hocg.boot : rocketmq-spring-boot-autoconfigure to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.57

All Versions

Choose a version of in.hocg.boot : rocketmq-spring-boot-autoconfigure to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
rocketmq-spring-boot-autoconfigure-1.0.57
rocketmq-spring-boot-autoconfigure-1.0.56
rocketmq-spring-boot-autoconfigure-1.0.55
rocketmq-spring-boot-autoconfigure-1.0.54
rocketmq-spring-boot-autoconfigure-1.0.51
rocketmq-spring-boot-autoconfigure-1.0.50
rocketmq-spring-boot-autoconfigure-1.0.49

How to add a dependency to Maven

Add the following in.hocg.boot : rocketmq-spring-boot-autoconfigure maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>in.hocg.boot</groupId>
    <artifactId>rocketmq-spring-boot-autoconfigure</artifactId>
    <version>1.0.57</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following in.hocg.boot : rocketmq-spring-boot-autoconfigure gradle dependency to your build.gradle file:

implementation 'in.hocg.boot:rocketmq-spring-boot-autoconfigure:1.0.57'

Gradle Kotlin DSL: Add the following in.hocg.boot : rocketmq-spring-boot-autoconfigure gradle kotlin dependency to your build.gradle.kts file:

implementation("in.hocg.boot:rocketmq-spring-boot-autoconfigure:1.0.57")

How to add a dependency to SBT Scala

SBT Scala: Add the following in.hocg.boot : rocketmq-spring-boot-autoconfigure sbt scala dependency to your build.sbt file:

libraryDependencies += "in.hocg.boot" % "rocketmq-spring-boot-autoconfigure" % "1.0.57"

Advertisement