MVN

fr.jcgay.send-notification : send-notification

Maven & Gradle

Apr 17, 2019
5 usages
46 stars

Send Notification

<dependency>
    <groupId>fr.jcgay.send-notification</groupId>
    <artifactId>send-notification</artifactId>
    <version>0.16.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.jcgay.send-notification : send-notification to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.16.0

All Versions

Choose a version of fr.jcgay.send-notification : send-notification to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.16.x
send-notification-0.16.0
0.15.x
send-notification-0.15.1
send-notification-0.15.0
0.14.x
send-notification-0.14.0
0.13.x
send-notification-0.13.0
0.12.x
send-notification-0.12.0
0.11.x
send-notification-0.11.0
0.10.x
send-notification-0.10.2
send-notification-0.10.1
0.10
send-notification-0.10
0.9
send-notification-0.9
0.8
send-notification-0.8
0.7
send-notification-0.7
0.6
send-notification-0.6
0.5
send-notification-0.5
0.4
send-notification-0.4
0.3
send-notification-0.3
0.2
send-notification-0.2
0.1
send-notification-0.1

How to add a dependency to Maven

Add the following fr.jcgay.send-notification : send-notification maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fr.jcgay.send-notification</groupId>
    <artifactId>send-notification</artifactId>
    <version>0.16.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fr.jcgay.send-notification : send-notification gradle dependency to your build.gradle file:

implementation 'fr.jcgay.send-notification:send-notification:0.16.0'

Gradle Kotlin DSL: Add the following fr.jcgay.send-notification : send-notification gradle kotlin dependency to your build.gradle.kts file:

implementation("fr.jcgay.send-notification:send-notification:0.16.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following fr.jcgay.send-notification : send-notification sbt scala dependency to your build.sbt file:

libraryDependencies += "fr.jcgay.send-notification" % "send-notification" % "0.16.0"

Advertisement