<dependency>
<groupId>com.automation-remarks</groupId>
<artifactId>video-recorder-core</artifactId>
<version>1.0.7</version>
</dependency>
@Grapes(
@Grab(group='com.automation-remarks', module='video-recorder-core', version='1.0.7')
)
compile
|-- org.zeroturnaround:zt-exec:1.9
|-- org.apache.commons:commons-lang3:3.0
|-- org.awaitility:awaitility:2.0.0
test
|-- junit:junit:4.12