GroupId | GroupIdorg.apache.atlas |
---|---|
ArtifactId | ArtifactIdatlas-repository |
Version | Version0.7-incubating |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.atlas/atlas-repository/ -->
<dependency>
<groupId>org.apache.atlas</groupId>
<artifactId>atlas-repository</artifactId>
<version>0.7-incubating</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.atlas/atlas-repository/
implementation 'org.apache.atlas:atlas-repository:0.7-incubating'
// https://jarcasting.com/artifacts/org.apache.atlas/atlas-repository/
implementation ("org.apache.atlas:atlas-repository:0.7-incubating")
'org.apache.atlas:atlas-repository:jar:0.7-incubating'
<dependency org="org.apache.atlas" name="atlas-repository" rev="0.7-incubating">
<artifact name="atlas-repository" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.atlas', module='atlas-repository', version='0.7-incubating')
)
libraryDependencies += "org.apache.atlas" % "atlas-repository" % "0.7-incubating"
[org.apache.atlas/atlas-repository "0.7-incubating"]