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