| Группа | Группаcom.microsoft.reef |
|---|---|
| Идентификатор | Идентификаторreef-io |
| Версия | Версия0.8 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| reef-io-0.8.pom | |
| reef-io-0.8.jar | 445 KB |
| reef-io-0.8-sources.jar | 211 KB |
| reef-io-0.8-javadoc.jar | 2 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.microsoft.reef/reef-io/ -->
<dependency>
<groupId>com.microsoft.reef</groupId>
<artifactId>reef-io</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.reef/reef-io/
implementation 'com.microsoft.reef:reef-io:0.8'
// https://jarcasting.com/artifacts/com.microsoft.reef/reef-io/
implementation ("com.microsoft.reef:reef-io:0.8")
'com.microsoft.reef:reef-io:jar:0.8'
<dependency org="com.microsoft.reef" name="reef-io" rev="0.8">
<artifact name="reef-io" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.reef', module='reef-io', version='0.8')
)
libraryDependencies += "com.microsoft.reef" % "reef-io" % "0.8"
[com.microsoft.reef/reef-io "0.8"]