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