не последняя версия
Последняя версия 0.9

com.microsoft.reef:reef-webserver 0.4

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

Группа

Группа

com.microsoft.reef
Идентификатор

Идентификатор

reef-webserver
Версия

Версия

0.4
Тип

Тип

jar

Скачать reef-webserver 0.4


<!-- https://jarcasting.com/artifacts/com.microsoft.reef/reef-webserver/ -->
<dependency>
    <groupId>com.microsoft.reef</groupId>
    <artifactId>reef-webserver</artifactId>
    <version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.reef/reef-webserver/
implementation 'com.microsoft.reef:reef-webserver:0.4'
// https://jarcasting.com/artifacts/com.microsoft.reef/reef-webserver/
implementation ("com.microsoft.reef:reef-webserver:0.4")
'com.microsoft.reef:reef-webserver:jar:0.4'
<dependency org="com.microsoft.reef" name="reef-webserver" rev="0.4">
  <artifact name="reef-webserver" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.reef', module='reef-webserver', version='0.4')
)
libraryDependencies += "com.microsoft.reef" % "reef-webserver" % "0.4"
[com.microsoft.reef/reef-webserver "0.4"]