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