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