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