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