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