r

redismq-spring-boot3-starter

Files download
File Operation
redismq-spring-boot3-starter-0.3.5.jar download
redismq-spring-boot3-starter-0.3.5.pom download
redismq-spring-boot3-starter-0.3.5-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.zhaohaoh</groupId>
  <artifactId>redismq-spring-boot3-starter</artifactId>
  <version>0.3.5</version>
</dependency>
Gradle Groovy
implementation 'io.github.zhaohaoh:redismq-spring-boot3-starter:0.3.5'
Gradle Kotlin
implementation("io.github.zhaohaoh:redismq-spring-boot3-starter:0.3.5")
Scala SBT
libraryDependencies += "io.github.zhaohaoh" % "redismq-spring-boot3-starter" % "0.3.5"
Groovy Grape
@Grapes(
  @Grab(group='io.github.zhaohaoh', module='redismq-spring-boot3-starter', version='0.3.5')
)
Apache Ivy
<dependency org="io.github.zhaohaoh" name="redismq-spring-boot3-starter" rev="0.3.5" />
Leiningen
[io.github.zhaohaoh/redismq-spring-boot3-starter "0.3.5"]
Apache Buildr
'io.github.zhaohaoh:redismq-spring-boot3-starter:jar:0.3.5'