Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.apache.atlas |
ArtifactId | ArtifactIdatlas-client-v2 |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
atlas-client-v2-1.2.0.pom | |
atlas-client-v2-1.2.0.jar | 19 KB |
atlas-client-v2-1.2.0-test-sources.jar | 9 KB |
atlas-client-v2-1.2.0-sources.jar | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.atlas/atlas-client-v2/ -->
<dependency>
<groupId>org.apache.atlas</groupId>
<artifactId>atlas-client-v2</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.atlas/atlas-client-v2/
implementation 'org.apache.atlas:atlas-client-v2:1.2.0'
// https://jarcasting.com/artifacts/org.apache.atlas/atlas-client-v2/
implementation ("org.apache.atlas:atlas-client-v2:1.2.0")
'org.apache.atlas:atlas-client-v2:jar:1.2.0'
<dependency org="org.apache.atlas" name="atlas-client-v2" rev="1.2.0">
<artifact name="atlas-client-v2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.atlas', module='atlas-client-v2', version='1.2.0')
)
libraryDependencies += "org.apache.atlas" % "atlas-client-v2" % "1.2.0"
[org.apache.atlas/atlas-client-v2 "1.2.0"]