Download futures_2.11-0.1.1.jar file - Jar f

Jar examples for f:futures-2.11

Description

utils related to Scala Futures

You can download jar file futures_2.11 0.1.1 in this page.

License

Apache 2

Build File

You can use the following script to add futures_2.11-0.1.1.jar to your project.

<dependency>
   <groupId>com.ubirch.util</groupId>
   <artifactId>futures_2.11</artifactId>
   <version>0.1.1</version>
</dependency>
compile group: 'com.ubirch.util', name: 'futures_2.11', version: '0.1.1'
libraryDependencies += "com.ubirch.util" % "futures_2.11" % "0.1.1"
<dependency org="com.ubirch.util" name="futures_2.11" rev="0.1.1"/>
@Grapes(@Grab(group='com.ubirch.util', module='futures_2.11', version='0.1.1'))
'com.ubirch.util:futures_2.11:jar:0.1.1'

Download

Click the following link to download the jar file.

futures_2.11-0.1.1-javadoc.jar
futures_2.11-0.1.1-sources.jar
futures_2.11-0.1.1.jar
futures_2.11-0.1.1.pom



Related Tutorials