is not current version
Last Version 0.16.0

org.apache.reef:reef-runtime-standalone 0.14.0

A ssh-based standalone distributed runtime.

GroupId

GroupId

org.apache.reef
ArtifactId

ArtifactId

reef-runtime-standalone
Version

Version

0.14.0
Type

Type

jar

Download reef-runtime-standalone 0.14.0


<!-- https://jarcasting.com/artifacts/org.apache.reef/reef-runtime-standalone/ -->
<dependency>
    <groupId>org.apache.reef</groupId>
    <artifactId>reef-runtime-standalone</artifactId>
    <version>0.14.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.reef/reef-runtime-standalone/
implementation 'org.apache.reef:reef-runtime-standalone:0.14.0'
// https://jarcasting.com/artifacts/org.apache.reef/reef-runtime-standalone/
implementation ("org.apache.reef:reef-runtime-standalone:0.14.0")
'org.apache.reef:reef-runtime-standalone:jar:0.14.0'
<dependency org="org.apache.reef" name="reef-runtime-standalone" rev="0.14.0">
  <artifact name="reef-runtime-standalone" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.reef', module='reef-runtime-standalone', version='0.14.0')
)
libraryDependencies += "org.apache.reef" % "reef-runtime-standalone" % "0.14.0"
[org.apache.reef/reef-runtime-standalone "0.14.0"]