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