| Группа | Группаorg.apache.tez |
|---|---|
| Идентификатор | Идентификаторtez-runtime-library |
| Версия | Версия0.5.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| tez-runtime-library-0.5.2.pom | |
| tez-runtime-library-0.5.2.jar | 503 KB |
| tez-runtime-library-0.5.2-tests.jar | 146 KB |
| tez-runtime-library-0.5.2-sources.jar | 280 KB |
| tez-runtime-library-0.5.2-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.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.tez/tez-runtime-library/
implementation 'org.apache.tez:tez-runtime-library:0.5.2'
// https://jarcasting.com/artifacts/org.apache.tez/tez-runtime-library/
implementation ("org.apache.tez:tez-runtime-library:0.5.2")
'org.apache.tez:tez-runtime-library:jar:0.5.2'
<dependency org="org.apache.tez" name="tez-runtime-library" rev="0.5.2">
<artifact name="tez-runtime-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.tez', module='tez-runtime-library', version='0.5.2')
)
libraryDependencies += "org.apache.tez" % "tez-runtime-library" % "0.5.2"
[org.apache.tez/tez-runtime-library "0.5.2"]