<dependency>
<groupId>org.apache.streams</groupId>
<artifactId>streams-provider-sysomos</artifactId>
<version>0.5-incubating</version>
</dependency>
libraryDependencies += "org.apache.streams" % "streams-provider-sysomos" % "0.5-incubating"
@Grapes(
@Grab(group='org.apache.streams', module='streams-provider-sysomos', version='0.5-incubating')
)
<dependency org="org.apache.streams" name="streams-provider-sysomos" rev="0.5-incubating" />
<parent> <groupId>org.apache.streams</groupId> <artifactId>streams-contrib</artifactId> <version>0.5-incubating</version> </parent>
compile
|-- com.fasterxml.jackson.core:jackson-core
|-- com.fasterxml.jackson.core:jackson-annotations
|-- org.apache.streams:streams-core
|-- org.apache.streams:streams-pojo
|-- org.apache.streams:streams-pojo-extensions
|-- junit:junit
test