MVN

com.oneandone : go-gchat-notifier

Maven & Gradle

Aug 15, 2023
1 stars

GoCD GChat Notifier Plugin · GoCD plugin to send notifications to GChat when pipeline states change

<dependency>
    <groupId>com.oneandone</groupId>
    <artifactId>go-gchat-notifier</artifactId>
    <version>0.5.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.oneandone : go-gchat-notifier to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.7

All Versions

Choose a version of com.oneandone : go-gchat-notifier to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
go-gchat-notifier-0.5.7
go-gchat-notifier-0.5.6
go-gchat-notifier-0.5.5
go-gchat-notifier-0.5.3
go-gchat-notifier-0.5.2
go-gchat-notifier-0.5.1
go-gchat-notifier-0.5.0

How to add a dependency to Maven

Add the following com.oneandone : go-gchat-notifier maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.oneandone</groupId>
    <artifactId>go-gchat-notifier</artifactId>
    <version>0.5.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.oneandone : go-gchat-notifier gradle dependency to your build.gradle file:

implementation 'com.oneandone:go-gchat-notifier:0.5.7'

Gradle Kotlin DSL: Add the following com.oneandone : go-gchat-notifier gradle kotlin dependency to your build.gradle.kts file:

implementation("com.oneandone:go-gchat-notifier:0.5.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.oneandone : go-gchat-notifier sbt scala dependency to your build.sbt file:

libraryDependencies += "com.oneandone" % "go-gchat-notifier" % "0.5.7"