<dependency> <groupId>org.apache.streams.plugins</groupId> <artifactId>streams-plugin-hive</artifactId> <version>0.4-incubating-SNAPSHOT</version> <type>maven-plugin</type> </dependency>
<dependency org="org.apache.streams.plugins" name="streams-plugin-hive" rev="0.4-incubating-SNAPSHOT"> <artifact name="streams-plugin-hive" type="maven-plugin" /> </dependency>
@Grapes( @Grab(group='org.apache.streams.plugins', module='streams-plugin-hive', version='0.4-incubating-SNAPSHOT') )