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