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