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