Download monitorablefutures-1.6.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.6 in this page.

License

BSD-2-Clause

Build File

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

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

Download

Click the following link to download the jar file.

monitorablefutures-1.6-javadoc.jar
monitorablefutures-1.6-sources.jar
monitorablefutures-1.6.jar
monitorablefutures-1.6.pom



Related Tutorials