Download streams-core-0.5.1.jar file - Jar s

Jar examples for s:streams-core

Description

Core classes and interfaces for streams.

You can download jar file streams-core 0.5.1 in this page.

License

Apache License

Build File

You can use the following script to add streams-core-0.5.1.jar to your project.

<dependency>
   <groupId>org.apache.streams</groupId>
   <artifactId>streams-core</artifactId>
   <version>0.5.1</version>
</dependency>
compile group: 'org.apache.streams', name: 'streams-core', version: '0.5.1'
libraryDependencies += "org.apache.streams" % "streams-core" % "0.5.1"
<dependency org="org.apache.streams" name="streams-core" rev="0.5.1"/>
@Grapes(@Grab(group='org.apache.streams', module='streams-core', version='0.5.1'))
'org.apache.streams:streams-core:jar:0.5.1'

Download

Click the following link to download the jar file.

streams-core-0.5.1-javadoc.jar
streams-core-0.5.1-tests.jar
streams-core-0.5.1.jar
streams-core-0.5.1.pom



Related Tutorials