<dependency>
<groupId>com.github.bingoohuang</groupId>
<artifactId>blackcat-instrument</artifactId>
<version>0.0.11</version>
</dependency>
@Grapes(
@Grab(group='com.github.bingoohuang', module='blackcat-instrument', version='0.0.11')
)
compile
|-- com.github.bingoohuang:westjson:0.0.1
|-- 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.6
|-- com.google.guava:guava:20.0
|-- com.alibaba:fastjson:1.2.22
provided
|-- org.projectlombok:lombok:1.16.14
test
|-- junit:junit:4.12