Download streams-3.0.0.jar file - Jar s

Jar examples for s:streams

Description

Solid is an Android library, which provides lightweight data streams and immutable+parcelable collections.

You can download jar file streams 3.0.0 in this page.

License

GNU Affero General Public License, Version 3

Build File

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

<dependency>
   <groupId>info.android15.solid</groupId>
   <artifactId>streams</artifactId>
   <version>3.0.0</version>
</dependency>
compile group: 'info.android15.solid', name: 'streams', version: '3.0.0'
libraryDependencies += "info.android15.solid" % "streams" % "3.0.0"
<dependency org="info.android15.solid" name="streams" rev="3.0.0"/>
@Grapes(@Grab(group='info.android15.solid', module='streams', version='3.0.0'))
'info.android15.solid:streams:jar:3.0.0'

Download

Click the following link to download the jar file.

streams-3.0.0-javadoc.jar
streams-3.0.0-sources.jar
streams-3.0.0.jar
streams-3.0.0.pom



Related Tutorials