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