MVN

club.javafamily : notification-manager-all

Maven & Gradle

Aug 08, 2023
10 stars

notification-manager-all · notification-manager-all

<dependency>
    <groupId>club.javafamily</groupId>
    <artifactId>notification-manager-all</artifactId>
    <version>2.3.2-beta.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of club.javafamily : notification-manager-all to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.2-beta.14
  • Latest Beta: 2.3.2-beta.14

All Versions

Choose a version of club.javafamily : notification-manager-all to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
notification-manager-all-2.3.2-beta.14
notification-manager-all-2.3.2-beta.13
notification-manager-all-2.3.2-beta.12
notification-manager-all-2.3.2-beta.11
notification-manager-all-2.3.2-beta.10
notification-manager-all-2.3.2-beta.9
notification-manager-all-2.3.2-beta.8
notification-manager-all-2.3.2-beta.7
notification-manager-all-2.3.2-beta.6
notification-manager-all-2.3.2-beta.5
notification-manager-all-2.3.2-beta.4
notification-manager-all-2.3.2-beta.3
notification-manager-all-2.3.2-beta.2
notification-manager-all-2.3.2-beta.1

How to add a dependency to Maven

Add the following club.javafamily : notification-manager-all maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>club.javafamily</groupId>
    <artifactId>notification-manager-all</artifactId>
    <version>2.3.2-beta.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following club.javafamily : notification-manager-all gradle dependency to your build.gradle file:

implementation 'club.javafamily:notification-manager-all:2.3.2-beta.14'

Gradle Kotlin DSL: Add the following club.javafamily : notification-manager-all gradle kotlin dependency to your build.gradle.kts file:

implementation("club.javafamily:notification-manager-all:2.3.2-beta.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following club.javafamily : notification-manager-all sbt scala dependency to your build.sbt file:

libraryDependencies += "club.javafamily" % "notification-manager-all" % "2.3.2-beta.14"