GroupId | GroupIdcom.geeoz.atom |
---|---|
ArtifactId | ArtifactIdatom-notifications |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
atom-notifications-1.0.0.pom | |
atom-notifications-1.0.0.jar | 71 KB |
atom-notifications-1.0.0-sources.jar | 34 KB |
atom-notifications-1.0.0-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.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.geeoz.atom/atom-notifications/
implementation 'com.geeoz.atom:atom-notifications:1.0.0'
// https://jarcasting.com/artifacts/com.geeoz.atom/atom-notifications/
implementation ("com.geeoz.atom:atom-notifications:1.0.0")
'com.geeoz.atom:atom-notifications:jar:1.0.0'
<dependency org="com.geeoz.atom" name="atom-notifications" rev="1.0.0">
<artifact name="atom-notifications" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.geeoz.atom', module='atom-notifications', version='1.0.0')
)
libraryDependencies += "com.geeoz.atom" % "atom-notifications" % "1.0.0"
[com.geeoz.atom/atom-notifications "1.0.0"]