MVN

club.javafamily : notification-common

Maven & Gradle

Aug 08, 2023
7 stars
<dependency>
    <groupId>club.javafamily</groupId>
    <artifactId>notification-common</artifactId>
    <version>2.3.2-beta.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of club.javafamily : notification-common 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-common to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>club.javafamily</groupId>
    <artifactId>notification-common</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-common gradle dependency to your build.gradle file:

implementation 'club.javafamily:notification-common:2.3.2-beta.14'

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

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

How to add a dependency to SBT Scala

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

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