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