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