| GroupId | GroupIdorg.apache.atlas |
|---|---|
| ArtifactId | ArtifactIdatlas-authorization |
| Version | Version0.8.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| atlas-authorization-0.8.4.pom | |
| atlas-authorization-0.8.4.jar | 35 KB |
| atlas-authorization-0.8.4-test-sources.jar | 13 KB |
| atlas-authorization-0.8.4-sources.jar | 25 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.atlas/atlas-authorization/ -->
<dependency>
<groupId>org.apache.atlas</groupId>
<artifactId>atlas-authorization</artifactId>
<version>0.8.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.atlas/atlas-authorization/
implementation 'org.apache.atlas:atlas-authorization:0.8.4'
// https://jarcasting.com/artifacts/org.apache.atlas/atlas-authorization/
implementation ("org.apache.atlas:atlas-authorization:0.8.4")
'org.apache.atlas:atlas-authorization:jar:0.8.4'
<dependency org="org.apache.atlas" name="atlas-authorization" rev="0.8.4">
<artifact name="atlas-authorization" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.atlas', module='atlas-authorization', version='0.8.4')
)
libraryDependencies += "org.apache.atlas" % "atlas-authorization" % "0.8.4"
[org.apache.atlas/atlas-authorization "0.8.4"]