MVN

com.pluhin.util : notification-framework

Maven & Gradle

Apr 15, 2020
1 usages
0 stars

Notification framework · Utility to easily integrate notifications in any project

<dependency>
    <groupId>com.pluhin.util</groupId>
    <artifactId>notification-framework</artifactId>
    <version>1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.pluhin.util : notification-framework to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8

All Versions

Choose a version of com.pluhin.util : notification-framework to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8
notification-framework-1.8
1.7
notification-framework-1.7
1.6
notification-framework-1.6
1.5.x
notification-framework-1.5.2
notification-framework-1.5.1
1.5
notification-framework-1.5
1.4
notification-framework-1.4
1.3
notification-framework-1.3
1.2
notification-framework-1.2
1.1
notification-framework-1.1
1.0
notification-framework-1.0

How to add a dependency to Maven

Add the following com.pluhin.util : notification-framework maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.pluhin.util</groupId>
    <artifactId>notification-framework</artifactId>
    <version>1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.pluhin.util : notification-framework gradle dependency to your build.gradle file:

implementation 'com.pluhin.util:notification-framework:1.8'

Gradle Kotlin DSL: Add the following com.pluhin.util : notification-framework gradle kotlin dependency to your build.gradle.kts file:

implementation("com.pluhin.util:notification-framework:1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.pluhin.util : notification-framework sbt scala dependency to your build.sbt file:

libraryDependencies += "com.pluhin.util" % "notification-framework" % "1.8"