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