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