MVN

fr.jcgay.send-notification : send-notification-cli

Maven & Gradle

Apr 17, 2019
46 stars

Send Notification CLI · Command Line Interpreter to send notifications

<dependency>
    <groupId>fr.jcgay.send-notification</groupId>
    <artifactId>send-notification-cli</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-cli 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-cli to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>fr.jcgay.send-notification</groupId>
    <artifactId>send-notification-cli</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-cli gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement