| GroupId | GroupIdcom.microsoft.reef |
|---|---|
| ArtifactId | ArtifactIdreef-runtime-hdinsight |
| Version | Version0.7 |
| 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.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.reef/reef-runtime-hdinsight/
implementation 'com.microsoft.reef:reef-runtime-hdinsight:0.7'
// https://jarcasting.com/artifacts/com.microsoft.reef/reef-runtime-hdinsight/
implementation ("com.microsoft.reef:reef-runtime-hdinsight:0.7")
'com.microsoft.reef:reef-runtime-hdinsight:jar:0.7'
<dependency org="com.microsoft.reef" name="reef-runtime-hdinsight" rev="0.7">
<artifact name="reef-runtime-hdinsight" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.reef', module='reef-runtime-hdinsight', version='0.7')
)
libraryDependencies += "com.microsoft.reef" % "reef-runtime-hdinsight" % "0.7"
[com.microsoft.reef/reef-runtime-hdinsight "0.7"]