| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем |
| Группа | Группаorg.apache.hadoop |
| Идентификатор | Идентификаторhadoop-client-integration-tests |
| Версия | Версия3.3.0 |
| Тип | Типjar |
| Описание |
ОписаниеApache Hadoop Client Packaging Integration Tests
Checks that we can use the generated artifacts
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/org.apache.hadoop/hadoop-client-integration-tests/ -->
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client-integration-tests</artifactId>
<version>3.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hadoop/hadoop-client-integration-tests/
implementation 'org.apache.hadoop:hadoop-client-integration-tests:3.3.0'
// https://jarcasting.com/artifacts/org.apache.hadoop/hadoop-client-integration-tests/
implementation ("org.apache.hadoop:hadoop-client-integration-tests:3.3.0")
'org.apache.hadoop:hadoop-client-integration-tests:jar:3.3.0'
<dependency org="org.apache.hadoop" name="hadoop-client-integration-tests" rev="3.3.0">
<artifact name="hadoop-client-integration-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hadoop', module='hadoop-client-integration-tests', version='3.3.0')
)
libraryDependencies += "org.apache.hadoop" % "hadoop-client-integration-tests" % "3.3.0"
[org.apache.hadoop/hadoop-client-integration-tests "3.3.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| log4j : log4j | jar | 1.2.17 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.25 |
| junit : junit | jar | 4.12 |