f

fast-mq

由redis实现的消息队列-项目由disaster_-camp维护
https://gitee.com/disaster_-camp
The Apache Software License, Version 2.0
disaster_-camp
disaster
Files download
File Operation
fast-mq-1.2.0.pom download
Apache Maven
<dependency>
  <groupId>io.github.disaster1-tesk</groupId>
  <artifactId>fast-mq</artifactId>
  <version>1.2.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.disaster1-tesk:fast-mq:1.2.0'
Gradle Kotlin
implementation("io.github.disaster1-tesk:fast-mq:1.2.0")
Scala SBT
libraryDependencies += "io.github.disaster1-tesk" % "fast-mq" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.disaster1-tesk', module='fast-mq', version='1.2.0')
)
Apache Ivy
<dependency org="io.github.disaster1-tesk" name="fast-mq" rev="1.2.0" />
Leiningen
[io.github.disaster1-tesk/fast-mq "1.2.0"]
Apache Buildr
'io.github.disaster1-tesk:fast-mq:jar:1.2.0'
Dependencies
The project has no third-party dependencies