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