| GroupId | GroupIdorg.apache.atlas | 
|---|---|
| ArtifactId | ArtifactIdatlas-graphdb-api | 
| Version | Version0.7.1-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.7.1-incubating</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.atlas/atlas-graphdb-api/
implementation 'org.apache.atlas:atlas-graphdb-api:0.7.1-incubating'// https://jarcasting.com/artifacts/org.apache.atlas/atlas-graphdb-api/
implementation ("org.apache.atlas:atlas-graphdb-api:0.7.1-incubating")'org.apache.atlas:atlas-graphdb-api:jar:0.7.1-incubating'<dependency org="org.apache.atlas" name="atlas-graphdb-api" rev="0.7.1-incubating">
  <artifact name="atlas-graphdb-api" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.atlas', module='atlas-graphdb-api', version='0.7.1-incubating')
)libraryDependencies += "org.apache.atlas" % "atlas-graphdb-api" % "0.7.1-incubating"[org.apache.atlas/atlas-graphdb-api "0.7.1-incubating"]