<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility-groovy</artifactId>
<version>4.0.2</version>
</dependency>
<parent> <groupId>org.awaitility</groupId> <artifactId>awaitility-parent</artifactId> <version>4.0.2</version> </parent>
compile
|-- org.codehaus.groovy:groovy:2.5.7
|-- junit:junit
test
|-- org.spockframework:spock-core:1.3-groovy-2.5
|-- org.codehaus.groovy:groovy-all:2.5.7
|-- org.codehaus.groovy:groovy-json:2.5.7
|-- org.codehaus.groovy:groovy-nio:2.5.7
|-- org.codehaus.groovy:groovy-macro:2.5.7
|-- org.codehaus.groovy:groovy-templates:2.5.7
|-- org.codehaus.groovy:groovy-test:2.5.7