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