Files download
File Operation
reef-annotations-0.6.jar download
reef-annotations-0.6.pom download
reef-annotations-0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.microsoft.reef</groupId>
  <artifactId>reef-annotations</artifactId>
  <version>0.6</version>
</dependency>
Gradle Groovy
implementation 'com.microsoft.reef:reef-annotations:0.6'
Gradle Kotlin
implementation("com.microsoft.reef:reef-annotations:0.6")
Scala SBT
libraryDependencies += "com.microsoft.reef" % "reef-annotations" % "0.6"
Groovy Grape
@Grapes(
  @Grab(group='com.microsoft.reef', module='reef-annotations', version='0.6')
)
Apache Ivy
<dependency org="com.microsoft.reef" name="reef-annotations" rev="0.6" />
Leiningen
[com.microsoft.reef/reef-annotations "0.6"]
Apache Buildr
'com.microsoft.reef:reef-annotations:jar:0.6'