<dependency>
<groupId>com.github.shepherdviolet</groupId>
<artifactId>slate-common</artifactId>
<version>14.2</version>
</dependency>
@Grapes(
@Grab(group='com.github.shepherdviolet', module='slate-common', version='14.2')
)
compile
|-- com.github.shepherdviolet:thistle-common:14.2
|-- org.springframework:spring-context:5.1.2.RELEASE
|-- org.slf4j:slf4j-api:1.7.25
|-- org.springframework.boot:spring-boot-autoconfigure:2.1.0.RELEASE
|-- ch.qos.logback:logback-classic:1.2.3
|-- com.alibaba:hessian-lite:3.2.4
|-- org.objenesis:objenesis:3.0.1
|-- org.apache.rocketmq:rocketmq-client:4.4.0
|-- com.alicp.jetcache:jetcache-starter-redis-lettuce:2.5.12
test
|-- junit:junit:4.12