<dependency>
<groupId>com.github.mike10004</groupId>
<artifactId>har-replay-vhs</artifactId>
<version>0.32</version>
</dependency>
@Grapes(
@Grab(group='com.github.mike10004', module='har-replay-vhs', version='0.32')
)
<parent> <groupId>com.github.mike10004</groupId> <artifactId>har-replay</artifactId> <version>0.32</version> </parent>
compile
|-- com.github.mike10004:har-replay-core
|-- com.github.mike10004:virtual-har-server
|-- org.apache.commons:commons-lang3
test
|-- com.github.mike10004:har-replay-test-support