GroupId | GroupIdcom.geeoz.atom |
---|---|
ArtifactId | ArtifactIdatom-notifications |
Version | Version1.0d31 |
Type | Typejar |
Filename | Size |
---|---|
atom-notifications-1.0d31.pom | |
atom-notifications-1.0d31.jar | 71 KB |
atom-notifications-1.0d31-sources.jar | 34 KB |
atom-notifications-1.0d31-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.geeoz.atom/atom-notifications/ -->
<dependency>
<groupId>com.geeoz.atom</groupId>
<artifactId>atom-notifications</artifactId>
<version>1.0d31</version>
</dependency>
// https://jarcasting.com/artifacts/com.geeoz.atom/atom-notifications/
implementation 'com.geeoz.atom:atom-notifications:1.0d31'
// https://jarcasting.com/artifacts/com.geeoz.atom/atom-notifications/
implementation ("com.geeoz.atom:atom-notifications:1.0d31")
'com.geeoz.atom:atom-notifications:jar:1.0d31'
<dependency org="com.geeoz.atom" name="atom-notifications" rev="1.0d31">
<artifact name="atom-notifications" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.geeoz.atom', module='atom-notifications', version='1.0d31')
)
libraryDependencies += "com.geeoz.atom" % "atom-notifications" % "1.0d31"
[com.geeoz.atom/atom-notifications "1.0d31"]