| Группа | Группаorg.apache.atlas |
|---|---|
| Идентификатор | Идентификаторatlas-graphdb |
| Версия | Версия0.8-incubating |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| atlas-graphdb-0.8-incubating.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.atlas/atlas-graphdb/ -->
<dependency>
<groupId>org.apache.atlas</groupId>
<artifactId>atlas-graphdb</artifactId>
<version>0.8-incubating</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.atlas/atlas-graphdb/
implementation 'org.apache.atlas:atlas-graphdb:0.8-incubating'
// https://jarcasting.com/artifacts/org.apache.atlas/atlas-graphdb/
implementation ("org.apache.atlas:atlas-graphdb:0.8-incubating")
'org.apache.atlas:atlas-graphdb:pom:0.8-incubating'
<dependency org="org.apache.atlas" name="atlas-graphdb" rev="0.8-incubating">
<artifact name="atlas-graphdb" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.atlas', module='atlas-graphdb', version='0.8-incubating')
)
libraryDependencies += "org.apache.atlas" % "atlas-graphdb" % "0.8-incubating"
[org.apache.atlas/atlas-graphdb "0.8-incubating"]