a

atlas-typesystem

Apache Atlas Typesystem Module
文件下载
文件名 操作
atlas-typesystem-0.8.1.jar 下载
atlas-typesystem-0.8.1.pom 下载
atlas-typesystem-0.8.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.atlas</groupId>
  <artifactId>atlas-typesystem</artifactId>
  <version>0.8.1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.atlas:atlas-typesystem:0.8.1'
Gradle Kotlin
implementation("org.apache.atlas:atlas-typesystem:0.8.1")
Scala SBT
libraryDependencies += "org.apache.atlas" % "atlas-typesystem" % "0.8.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.atlas', module='atlas-typesystem', version='0.8.1')
)
Apache Ivy
<dependency org="org.apache.atlas" name="atlas-typesystem" rev="0.8.1" />
Leiningen
[org.apache.atlas/atlas-typesystem "0.8.1"]
Apache Buildr
'org.apache.atlas:atlas-typesystem:jar:0.8.1'