is not current version
Last Version 0.9

com.microsoft.reef:reef-common 0.6


GroupId

GroupId

com.microsoft.reef
ArtifactId

ArtifactId

reef-common
Version

Version

0.6
Type

Type

jar

Download reef-common 0.6


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