g

go-gchat-notifier

GoCD plugin to send notifications to GChat when pipeline states change
https://github.com/1and1/go-gchat-notifier-plugin
The Apache Software License, Version 2.0
1&1 Ionos SE
Stephan Fuhrmann
Files download
File Operation
go-gchat-notifier-0.5.9.jar download
go-gchat-notifier-0.5.9.pom download
go-gchat-notifier-0.5.9-sources.jar download
Apache Maven
<dependency>
  <groupId>com.oneandone</groupId>
  <artifactId>go-gchat-notifier</artifactId>
  <version>0.5.9</version>
</dependency>
Gradle Groovy
implementation 'com.oneandone:go-gchat-notifier:0.5.9'
Gradle Kotlin
implementation("com.oneandone:go-gchat-notifier:0.5.9")
Scala SBT
libraryDependencies += "com.oneandone" % "go-gchat-notifier" % "0.5.9"
Groovy Grape
@Grapes(
  @Grab(group='com.oneandone', module='go-gchat-notifier', version='0.5.9')
)
Apache Ivy
<dependency org="com.oneandone" name="go-gchat-notifier" rev="0.5.9" />
Leiningen
[com.oneandone/go-gchat-notifier "0.5.9"]
Apache Buildr
'com.oneandone:go-gchat-notifier:jar:0.5.9'