Download reef-runtime-local-0.8.jar file - Jar r

Jar examples for r:reef-runtime-local

Description

A local implementation of REEF that uses local JVMs for execution.

You can download jar file reef-runtime-local 0.8 in this page.

License

Apache License

Build File

You can use the following script to add reef-runtime-local-0.8.jar to your project.

<dependency>
   <groupId>com.microsoft.reef</groupId>
   <artifactId>reef-runtime-local</artifactId>
   <version>0.8</version>
</dependency>
compile group: 'com.microsoft.reef', name: 'reef-runtime-local', version: '0.8'
libraryDependencies += "com.microsoft.reef" % "reef-runtime-local" % "0.8"
<dependency org="com.microsoft.reef" name="reef-runtime-local" rev="0.8"/>
@Grapes(@Grab(group='com.microsoft.reef', module='reef-runtime-local', version='0.8'))
'com.microsoft.reef:reef-runtime-local:jar:0.8'

Download

Click the following link to download the jar file.

reef-runtime-local-0.8-javadoc.jar
reef-runtime-local-0.8-sources.jar
reef-runtime-local-0.8.jar
reef-runtime-local-0.8.pom



Related Tutorials