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