MVN

fr.jcgay.server-notifier : jetty-notifier

Maven & Gradle

Apr 19, 2015
1 stars

Jetty Notifier · Listener to send notifications for Jetty 7/8/9

<dependency>
    <groupId>fr.jcgay.server-notifier</groupId>
    <artifactId>jetty-notifier</artifactId>
    <version>0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.jcgay.server-notifier : jetty-notifier to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1

All Versions

Choose a version of fr.jcgay.server-notifier : jetty-notifier to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1
jetty-notifier-0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>fr.jcgay.server-notifier</groupId>
    <artifactId>jetty-notifier</artifactId>
    <version>0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fr.jcgay.server-notifier : jetty-notifier gradle dependency to your build.gradle file:

implementation 'fr.jcgay.server-notifier:jetty-notifier:0.1'

Gradle Kotlin DSL: Add the following fr.jcgay.server-notifier : jetty-notifier gradle kotlin dependency to your build.gradle.kts file:

implementation("fr.jcgay.server-notifier:jetty-notifier:0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following fr.jcgay.server-notifier : jetty-notifier sbt scala dependency to your build.sbt file:

libraryDependencies += "fr.jcgay.server-notifier" % "jetty-notifier" % "0.1"