| License |
License |
|---|---|
| GroupId | GroupIdcom.microsoft.reef |
| ArtifactId | ArtifactIdreef-tests |
| Version | Version0.9 |
| Type | Typejar |
| Description |
DescriptionREEF Tests
Integration tests for REEF
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| reef-tests-0.9.pom | |
| reef-tests-0.9.jar | 122 KB |
| reef-tests-0.9-tests.jar | 110 KB |
| reef-tests-0.9-test-jar-with-dependencies.jar | 14 MB |
| reef-tests-0.9-sources.jar | 48 KB |
| reef-tests-0.9-javadoc.jar | 477 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.reef/reef-tests/ -->
<dependency>
<groupId>com.microsoft.reef</groupId>
<artifactId>reef-tests</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.reef/reef-tests/
implementation 'com.microsoft.reef:reef-tests:0.9'
// https://jarcasting.com/artifacts/com.microsoft.reef/reef-tests/
implementation ("com.microsoft.reef:reef-tests:0.9")
'com.microsoft.reef:reef-tests:jar:0.9'
<dependency org="com.microsoft.reef" name="reef-tests" rev="0.9">
<artifact name="reef-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.reef', module='reef-tests', version='0.9')
)
libraryDependencies += "com.microsoft.reef" % "reef-tests" % "0.9"
[com.microsoft.reef/reef-tests "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-poison | jar | 0.9 |
| com.microsoft.reef : reef-examples | jar | 0.9 |
| org.slf4j : slf4j-jdk14 Optional | jar | 1.7.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |