<dependency>
<groupId>io.github.disaster1-tesk</groupId>
<artifactId>fast-mq-core</artifactId>
<version>1.2.0</version>
</dependency>
@Grapes(
@Grab(group='io.github.disaster1-tesk', module='fast-mq-core', version='1.2.0')
)
<parent> <groupId>io.github.disaster1-tesk</groupId> <artifactId>fast-mq</artifactId> <version>1.2.0</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter
|-- org.springframework.boot:spring-boot-starter-web
|-- org.springframework.boot:spring-boot-starter-test
|-- org.springframework.boot:spring-boot-configuration-processor
|-- org.projectlombok:lombok:1.18.24
|-- org.springframework.boot:spring-boot-starter-data-redis
|-- com.alibaba:fastjson:2.0.21
|-- org.redisson:redisson-spring-boot-starter:3.16.4
|-- org.apache.commons:commons-lang3:3.12.0
|-- org.reflections:reflections:0.9.11
test
|-- junit:junit:4.12