GroupId | GroupIdorg.apache.atlas |
---|---|
ArtifactId | ArtifactIdatlas-repository |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
atlas-repository-1.1.0.pom | |
atlas-repository-1.1.0.jar | 727 KB |
atlas-repository-1.1.0-tests.jar | 425 KB |
atlas-repository-1.1.0-test-sources.jar | 331 KB |
atlas-repository-1.1.0-sources.jar | 355 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.atlas/atlas-repository/ -->
<dependency>
<groupId>org.apache.atlas</groupId>
<artifactId>atlas-repository</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.atlas/atlas-repository/
implementation 'org.apache.atlas:atlas-repository:1.1.0'
// https://jarcasting.com/artifacts/org.apache.atlas/atlas-repository/
implementation ("org.apache.atlas:atlas-repository:1.1.0")
'org.apache.atlas:atlas-repository:jar:1.1.0'
<dependency org="org.apache.atlas" name="atlas-repository" rev="1.1.0">
<artifact name="atlas-repository" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.atlas', module='atlas-repository', version='1.1.0')
)
libraryDependencies += "org.apache.atlas" % "atlas-repository" % "1.1.0"
[org.apache.atlas/atlas-repository "1.1.0"]