Download reef-runtime-local-0.15.0.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.15.0 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials