MVN

org.hudsonci.plugins : broadcast-message-plugin

Maven & Gradle

Sep 29, 2014
0 stars

broadcast-message-plugin · broadcast-message-plugin is a simple plugin which allows administrators to broadcast a custom global message visible to all Hudson instance users. Those messages are similiar to "Hudson is preparing to shutdown" message, but they are customizable.

<dependency>
    <groupId>org.hudsonci.plugins</groupId>
    <artifactId>broadcast-message-plugin</artifactId>
    <version>0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.hudsonci.plugins : broadcast-message-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3

All Versions

Choose a version of org.hudsonci.plugins : broadcast-message-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3
broadcast-message-plugin-0.3
0.2
broadcast-message-plugin-0.2
0.1
broadcast-message-plugin-0.1

How to add a dependency to Maven

Add the following org.hudsonci.plugins : broadcast-message-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.hudsonci.plugins</groupId>
    <artifactId>broadcast-message-plugin</artifactId>
    <version>0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.hudsonci.plugins : broadcast-message-plugin gradle dependency to your build.gradle file:

implementation 'org.hudsonci.plugins:broadcast-message-plugin:0.3'

Gradle Kotlin DSL: Add the following org.hudsonci.plugins : broadcast-message-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("org.hudsonci.plugins:broadcast-message-plugin:0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.hudsonci.plugins : broadcast-message-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "org.hudsonci.plugins" % "broadcast-message-plugin" % "0.3"

Advertisement