Download reef-annotations-0.1.jar file - Jar r

Jar examples for r:reef-annotations

Description

You can download jar file reef-annotations 0.1 in this page.

License

Apache License

Build File

You can use the following script to add reef-annotations-0.1.jar to your project.

<dependency>
   <groupId>com.microsoft.reef</groupId>
   <artifactId>reef-annotations</artifactId>
   <version>0.1</version>
</dependency>
compile group: 'com.microsoft.reef', name: 'reef-annotations', version: '0.1'
libraryDependencies += "com.microsoft.reef" % "reef-annotations" % "0.1"
<dependency org="com.microsoft.reef" name="reef-annotations" rev="0.1"/>
@Grapes(@Grab(group='com.microsoft.reef', module='reef-annotations', version='0.1'))
'com.microsoft.reef:reef-annotations:jar:0.1'

Download

Click the following link to download the jar file.

reef-annotations-0.1-javadoc.jar
reef-annotations-0.1-sources.jar
reef-annotations-0.1.jar
reef-annotations-0.1.pom



Related Tutorials