| GroupId | GroupIdcom.microsoft.reef |
|---|---|
| ArtifactId | ArtifactIdreef-runtime-hdinsight |
| Version | Version0.6 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.microsoft.reef/reef-runtime-hdinsight/ -->
<dependency>
<groupId>com.microsoft.reef</groupId>
<artifactId>reef-runtime-hdinsight</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.reef/reef-runtime-hdinsight/
implementation 'com.microsoft.reef:reef-runtime-hdinsight:0.6'
// https://jarcasting.com/artifacts/com.microsoft.reef/reef-runtime-hdinsight/
implementation ("com.microsoft.reef:reef-runtime-hdinsight:0.6")
'com.microsoft.reef:reef-runtime-hdinsight:jar:0.6'
<dependency org="com.microsoft.reef" name="reef-runtime-hdinsight" rev="0.6">
<artifact name="reef-runtime-hdinsight" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.reef', module='reef-runtime-hdinsight', version='0.6')
)
libraryDependencies += "com.microsoft.reef" % "reef-runtime-hdinsight" % "0.6"
[com.microsoft.reef/reef-runtime-hdinsight "0.6"]