<dependency>
<groupId>com.github.mike10004</groupId>
<artifactId>crxtool-testing</artifactId>
<version>0.8</version>
</dependency>
@Grapes(
@Grab(group='com.github.mike10004', module='crxtool-testing', version='0.8')
)
<parent> <groupId>com.github.mike10004</groupId> <artifactId>crxtool</artifactId> <version>0.8</version> </parent>
compile
|-- com.google.code.findbugs:jsr305
|-- io.github.bonigarcia:webdrivermanager
|-- org.apache.commons:commons-compress:1.15
|-- com.github.mike10004:native-helper
test
|-- junit:junit:4.12