| GroupId | GroupIdcom.microsoft.reef |
|---|---|
| ArtifactId | ArtifactIdreef-io |
| Version | Version0.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| reef-io-0.6.pom | |
| reef-io-0.6.jar | 432 KB |
| reef-io-0.6-tests.jar | 77 KB |
| reef-io-0.6-sources.jar | 203 KB |
| reef-io-0.6-javadoc.jar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.reef/reef-io/ -->
<dependency>
<groupId>com.microsoft.reef</groupId>
<artifactId>reef-io</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.reef/reef-io/
implementation 'com.microsoft.reef:reef-io:0.6'
// https://jarcasting.com/artifacts/com.microsoft.reef/reef-io/
implementation ("com.microsoft.reef:reef-io:0.6")
'com.microsoft.reef:reef-io:jar:0.6'
<dependency org="com.microsoft.reef" name="reef-io" rev="0.6">
<artifact name="reef-io" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.reef', module='reef-io', version='0.6')
)
libraryDependencies += "com.microsoft.reef" % "reef-io" % "0.6"
[com.microsoft.reef/reef-io "0.6"]