| License |
License |
|---|---|
| GroupId | GroupIdcom.microsoft.reef |
| ArtifactId | ArtifactIdreef-common |
| Last Version | Last Version0.9 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionREEF Common
The Retainable Evaluator Execution Framework.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| reef-common-0.9.pom | |
| reef-common-0.9.jar | 728 KB |
| reef-common-0.9-tests.jar | 9 KB |
| reef-common-0.9-sources.jar | 423 KB |
| reef-common-0.9-javadoc.jar | 10 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.reef/reef-common/ -->
<dependency>
<groupId>com.microsoft.reef</groupId>
<artifactId>reef-common</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.reef/reef-common/
implementation 'com.microsoft.reef:reef-common:0.9'
// https://jarcasting.com/artifacts/com.microsoft.reef/reef-common/
implementation ("com.microsoft.reef:reef-common:0.9")
'com.microsoft.reef:reef-common:jar:0.9'
<dependency org="com.microsoft.reef" name="reef-common" rev="0.9">
<artifact name="reef-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.reef', module='reef-common', version='0.9')
)
libraryDependencies += "com.microsoft.reef" % "reef-common" % "0.9"
[com.microsoft.reef/reef-common "0.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.microsoft.reef : reef-annotations | jar | 0.9 |
| com.google.protobuf : protobuf-java | jar | 2.5.0 |
| com.microsoft.wake : wake | jar | 0.9 |
| com.microsoft.tang : tang | jar | 0.9 |
| net.jcip : jcip-annotations | jar | 1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.mockito : mockito-core | jar | 1.9.5 |