| License |
License |
|---|---|
| GroupId | GroupIdcom.microsoft.reef |
| ArtifactId | ArtifactIdreef-examples |
| Last Version | Last Version0.9 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionREEF Examples
The Retainable Evaluator Execution Framework.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| reef-examples-0.9.pom | |
| reef-examples-0.9.jar | 167 KB |
| reef-examples-0.9-tests.jar | 8 KB |
| reef-examples-0.9-sources.jar | 72 KB |
| reef-examples-0.9-javadoc.jar | 530 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.reef/reef-examples/ -->
<dependency>
<groupId>com.microsoft.reef</groupId>
<artifactId>reef-examples</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.reef/reef-examples/
implementation 'com.microsoft.reef:reef-examples:0.9'
// https://jarcasting.com/artifacts/com.microsoft.reef/reef-examples/
implementation ("com.microsoft.reef:reef-examples:0.9")
'com.microsoft.reef:reef-examples:jar:0.9'
<dependency org="com.microsoft.reef" name="reef-examples" rev="0.9">
<artifact name="reef-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.reef', module='reef-examples', version='0.9')
)
libraryDependencies += "com.microsoft.reef" % "reef-examples" % "0.9"
[com.microsoft.reef/reef-examples "0.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.microsoft.reef : reef-common | jar | 0.9 |
| com.microsoft.reef : reef-runtime-local | jar | 0.9 |
| com.microsoft.reef : reef-runtime-yarn | jar | 0.9 |
| com.microsoft.reef : reef-io | jar | 0.9 |
| com.microsoft.reef : reef-checkpoint | jar | 0.9 |
| com.microsoft.reef : reef-webserver | jar | 0.9 |
| com.microsoft.reef : reef-poison | jar | 0.9 |
| org.slf4j : slf4j-jdk14 Optional | jar | 1.7.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.hadoop : hadoop-common | jar | 2.4.0 |
| org.apache.hadoop : hadoop-mapreduce-client-core | jar | 2.4.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |