| Группа | Группаorg.apache.tez |
|---|---|
| Идентификатор | Идентификаторtez-runtime-library |
| Версия | Версия0.7.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| tez-runtime-library-0.7.1.pom | |
| tez-runtime-library-0.7.1.jar | 546 KB |
| tez-runtime-library-0.7.1-tests.jar | 235 KB |
| tez-runtime-library-0.7.1-sources.jar | 304 KB |
| tez-runtime-library-0.7.1-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.tez/tez-runtime-library/ -->
<dependency>
<groupId>org.apache.tez</groupId>
<artifactId>tez-runtime-library</artifactId>
<version>0.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.tez/tez-runtime-library/
implementation 'org.apache.tez:tez-runtime-library:0.7.1'
// https://jarcasting.com/artifacts/org.apache.tez/tez-runtime-library/
implementation ("org.apache.tez:tez-runtime-library:0.7.1")
'org.apache.tez:tez-runtime-library:jar:0.7.1'
<dependency org="org.apache.tez" name="tez-runtime-library" rev="0.7.1">
<artifact name="tez-runtime-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.tez', module='tez-runtime-library', version='0.7.1')
)
libraryDependencies += "org.apache.tez" % "tez-runtime-library" % "0.7.1"
[org.apache.tez/tez-runtime-library "0.7.1"]