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