| Группа | Группаcom.microsoft.reef |
|---|---|
| Идентификатор | Идентификаторreef-io |
| Версия | Версия0.4 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| reef-io-0.4.pom | |
| reef-io-0.4.jar | 429 KB |
| reef-io-0.4-tests.jar | 77 KB |
| reef-io-0.4-sources.jar | 202 KB |
| reef-io-0.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.reef/reef-io/
implementation 'com.microsoft.reef:reef-io:0.4'
// https://jarcasting.com/artifacts/com.microsoft.reef/reef-io/
implementation ("com.microsoft.reef:reef-io:0.4")
'com.microsoft.reef:reef-io:jar:0.4'
<dependency org="com.microsoft.reef" name="reef-io" rev="0.4">
<artifact name="reef-io" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.reef', module='reef-io', version='0.4')
)
libraryDependencies += "com.microsoft.reef" % "reef-io" % "0.4"
[com.microsoft.reef/reef-io "0.4"]