| Группа | Группаcom.microsoft.reef |
|---|---|
| Идентификатор | Идентификаторreef-runtime-hdinsight |
| Версия | Версия0.6 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| reef-runtime-hdinsight-0.6.pom | |
| reef-runtime-hdinsight-0.6.jar | 49 KB |
| reef-runtime-hdinsight-0.6-tests.jar | 1 KB |
| reef-runtime-hdinsight-0.6-sources.jar | 42 KB |
| reef-runtime-hdinsight-0.6-javadoc.jar | 238 KB |
| Обзор |
<!-- 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"]