Download monitorablefutures-1.5.jar file - Jar m

Jar examples for m:monitorablefutures

Description

Futures as in java.util.concurrent, but with the ability to report progress.

You can download jar file monitorablefutures 1.5 in this page.

License

BSD-2-Clause

Build File

You can use the following script to add monitorablefutures-1.5.jar to your project.

<dependency>
   <groupId>com.github.rickyclarkson</groupId>
   <artifactId>monitorablefutures</artifactId>
   <version>1.5</version>
</dependency>
compile group: 'com.github.rickyclarkson', name: 'monitorablefutures', version: '1.5'
libraryDependencies += "com.github.rickyclarkson" % "monitorablefutures" % "1.5"
<dependency org="com.github.rickyclarkson" name="monitorablefutures" rev="1.5"/>
@Grapes(@Grab(group='com.github.rickyclarkson', module='monitorablefutures', version='1.5'))
'com.github.rickyclarkson:monitorablefutures:jar:1.5'

Download

Click the following link to download the jar file.

monitorablefutures-1.5-javadoc.jar
monitorablefutures-1.5-sources.jar
monitorablefutures-1.5.jar
monitorablefutures-1.5.pom



Related Tutorials