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

Jar examples for r:reef-webserver

Description

HTTP Server component to implement a REST API for the Driver or Evaluators.

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

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials