GroupId | GroupIdorg.apache.atlas |
---|---|
ArtifactId | ArtifactIdatlas-graphdb-api |
Version | Version0.8.3 |
Type | Typejar |
Filename | Size |
---|---|
atlas-graphdb-api-0.8.3.pom | |
atlas-graphdb-api-0.8.3.jar | 23 KB |
atlas-graphdb-api-0.8.3-test-sources.jar | 7 KB |
atlas-graphdb-api-0.8.3-sources.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.atlas/atlas-graphdb-api/ -->
<dependency>
<groupId>org.apache.atlas</groupId>
<artifactId>atlas-graphdb-api</artifactId>
<version>0.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.atlas/atlas-graphdb-api/
implementation 'org.apache.atlas:atlas-graphdb-api:0.8.3'
// https://jarcasting.com/artifacts/org.apache.atlas/atlas-graphdb-api/
implementation ("org.apache.atlas:atlas-graphdb-api:0.8.3")
'org.apache.atlas:atlas-graphdb-api:jar:0.8.3'
<dependency org="org.apache.atlas" name="atlas-graphdb-api" rev="0.8.3">
<artifact name="atlas-graphdb-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.atlas', module='atlas-graphdb-api', version='0.8.3')
)
libraryDependencies += "org.apache.atlas" % "atlas-graphdb-api" % "0.8.3"
[org.apache.atlas/atlas-graphdb-api "0.8.3"]