<dependency>
<groupId>com.github.bingoohuang</groupId>
<artifactId>blackcat-server</artifactId>
<version>0.0.9</version>
</dependency>
@Grapes(
@Grab(group='com.github.bingoohuang', module='blackcat-server', version='0.0.9')
)
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- com.alibaba:fastjson:1.2.24
|-- org.quartz-scheduler:quartz:2.2.3
|-- org.springframework:spring-context:4.2.5.RELEASE
|-- com.github.bingoohuang:cqler:0.0.4
|-- com.github.bingoohuang:blackcat-sdk:0.0.7
|-- com.github.bingoohuang:java-utils:0.0.10
provided
|-- org.projectlombok:lombok:1.16.18
test
|-- junit:junit:4.12