<dependency>
<groupId>com.github.bingoohuang</groupId>
<artifactId>blackcat-instrument</artifactId>
<version>0.0.7</version>
</dependency>
@Grapes(
@Grab(group='com.github.bingoohuang', module='blackcat-instrument', version='0.0.7')
)
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- com.github.bingoohuang:idworker-client:0.0.8
|-- org.springframework:spring-webmvc:4.1.6.RELEASE
|-- org.apache.tomcat.embed:tomcat-embed-core:8.0.23
|-- com.github.bingoohuang:unirest-java:0.0.6
|-- org.apache.commons:commons-lang3:3.5
|-- com.github.bingoohuang:diamond-client:0.0.20
|-- com.github.bingoohuang:blackcat-sdk:0.0.5
|-- com.google.guava:guava:20.0
|-- com.alibaba:fastjson:1.2.22
provided
|-- org.projectlombok:lombok:1.16.10
test
|-- junit:junit:4.12