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