<dependency>
<groupId>xyz.itbang</groupId>
<artifactId>gspider</artifactId>
<version>1.2</version>
</dependency>
compile
|-- org.codehaus.groovy:groovy-all:2.4.7
|-- org.slf4j:slf4j-api:1.7.22
runtime
|-- ch.qos.logback:logback-classic:1.2.1
test
|-- junit:junit:4.11