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