Download reef-common-0.5.jar file - Jar r

Jar examples for r:reef-common

Description

You can download jar file reef-common 0.5 in this page.

License

Apache License

Build File

You can use the following script to add reef-common-0.5.jar to your project.

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

Download

Click the following link to download the jar file.

reef-common-0.5-javadoc.jar
reef-common-0.5-sources.jar
reef-common-0.5-tests.jar
reef-common-0.5.jar
reef-common-0.5.pom



Related Tutorials