<dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-runtime-dropwizard</artifactId> <version>0.5.1-incubating-SNAPSHOT</version> </dependency>
<dependency org="org.apache.streams" name="streams-runtime-dropwizard" rev="0.5.1-incubating-SNAPSHOT"> <artifact name="streams-runtime-dropwizard" type="jar" /> </dependency>
@Grapes( @Grab(group='org.apache.streams', module='streams-runtime-dropwizard', version='0.5.1-incubating-SNAPSHOT') )