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