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