<dependency>
<groupId>org.javadelight</groupId>
<artifactId>delight-concurrency</artifactId>
<version>0.0.6</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.javadelight', module='delight-concurrency', version='0.0.6')
)
compile
|-- org.javadelight:delight-async:0.1.5
|-- org.javadelight:delight-factories:0.0.3
provided
|-- com.google.gwt:gwt-user:2.8.2
test
|-- junit:junit:4.7