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