文件下载
文件名 操作
reef-annotations-0.7.jar 下载
reef-annotations-0.7.pom 下载
reef-annotations-0.7-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.microsoft.reef</groupId>
  <artifactId>reef-annotations</artifactId>
  <version>0.7</version>
</dependency>
Gradle Groovy
implementation 'com.microsoft.reef:reef-annotations:0.7'
Gradle Kotlin
implementation("com.microsoft.reef:reef-annotations:0.7")
Scala SBT
libraryDependencies += "com.microsoft.reef" % "reef-annotations" % "0.7"
Groovy Grape
@Grapes(
  @Grab(group='com.microsoft.reef', module='reef-annotations', version='0.7')
)
Apache Ivy
<dependency org="com.microsoft.reef" name="reef-annotations" rev="0.7" />
Leiningen
[com.microsoft.reef/reef-annotations "0.7"]
Apache Buildr
'com.microsoft.reef:reef-annotations:jar:0.7'