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