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