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