MVN

com.geeoz.atom : atom-notifications

Maven & Gradle

Apr 18, 2015
2 usages

Atom - Apps - Notifications · Atom Notifications application for central notification center.

<dependency>
    <groupId>com.geeoz.atom</groupId>
    <artifactId>atom-notifications</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.geeoz.atom : atom-notifications to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.geeoz.atom : atom-notifications to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
atom-notifications-1.0.0
1.0d32
atom-notifications-1.0d32
1.0d31
atom-notifications-1.0d31
1.0d30
atom-notifications-1.0d30

How to add a dependency to Maven

Add the following com.geeoz.atom : atom-notifications maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.geeoz.atom</groupId>
    <artifactId>atom-notifications</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.geeoz.atom : atom-notifications gradle dependency to your build.gradle file:

implementation 'com.geeoz.atom:atom-notifications:1.0.0'

Gradle Kotlin DSL: Add the following com.geeoz.atom : atom-notifications gradle kotlin dependency to your build.gradle.kts file:

implementation("com.geeoz.atom:atom-notifications:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.geeoz.atom : atom-notifications sbt scala dependency to your build.sbt file:

libraryDependencies += "com.geeoz.atom" % "atom-notifications" % "1.0.0"

Advertisement