Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.apache.atlas |
ArtifactId | ArtifactIdatlas-client-common |
Version | Version0.8.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.atlas/atlas-client-common/ -->
<dependency>
<groupId>org.apache.atlas</groupId>
<artifactId>atlas-client-common</artifactId>
<version>0.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.atlas/atlas-client-common/
implementation 'org.apache.atlas:atlas-client-common:0.8.2'
// https://jarcasting.com/artifacts/org.apache.atlas/atlas-client-common/
implementation ("org.apache.atlas:atlas-client-common:0.8.2")
'org.apache.atlas:atlas-client-common:jar:0.8.2'
<dependency org="org.apache.atlas" name="atlas-client-common" rev="0.8.2">
<artifact name="atlas-client-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.atlas', module='atlas-client-common', version='0.8.2')
)
libraryDependencies += "org.apache.atlas" % "atlas-client-common" % "0.8.2"
[org.apache.atlas/atlas-client-common "0.8.2"]