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