MVN

org.apache.atlas : hdfs-model

Maven & Gradle

Dec 07, 2022
4 usages

Apache Atlas FileSystem Model · Apache Atlas FileSystem Model

<dependency>
    <groupId>org.apache.atlas</groupId>
    <artifactId>hdfs-model</artifactId>
    <version>2.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.atlas : hdfs-model to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.0
  • Latest Alpha: 1.0.0-alpha

All Versions

Choose a version of org.apache.atlas : hdfs-model to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
hdfs-model-2.3.0
2.2.x
hdfs-model-2.2.0
2.1.x
hdfs-model-2.1.0
2.0.x
hdfs-model-2.0.0
1.2.x
hdfs-model-1.2.0
1.1.x
hdfs-model-1.1.0
1.0.x
hdfs-model-1.0.0
hdfs-model-1.0.0-alpha
0.8.x
hdfs-model-0.8.4
hdfs-model-0.8.3
hdfs-model-0.8.2
hdfs-model-0.8.1
0.8
hdfs-model-0.8-incubating
0.7.x
hdfs-model-0.7.1-incubating
0.7
hdfs-model-0.7-incubating

How to add a dependency to Maven

Add the following org.apache.atlas : hdfs-model maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.atlas</groupId>
    <artifactId>hdfs-model</artifactId>
    <version>2.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.atlas : hdfs-model gradle dependency to your build.gradle file:

implementation 'org.apache.atlas:hdfs-model:2.3.0'

Gradle Kotlin DSL: Add the following org.apache.atlas : hdfs-model gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.atlas:hdfs-model:2.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.atlas : hdfs-model sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.atlas" % "hdfs-model" % "2.3.0"

Advertisement