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