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