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