b

bw-note-outbound

A notification service - used by bedework
https://github.com/Bedework/bw-notifier/bw-note-outbound
Apache License Version 2.0
Mike Douglass Arlen Johnson
文件下载
文件名 操作
bw-note-outbound-5.0.2.jar 下载
bw-note-outbound-5.0.2.pom 下载
bw-note-outbound-5.0.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.bedework.notifier</groupId>
  <artifactId>bw-note-outbound</artifactId>
  <version>5.0.2</version>
</dependency>
Gradle Groovy
implementation 'org.bedework.notifier:bw-note-outbound:5.0.2'
Gradle Kotlin
implementation("org.bedework.notifier:bw-note-outbound:5.0.2")
Scala SBT
libraryDependencies += "org.bedework.notifier" % "bw-note-outbound" % "5.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.bedework.notifier', module='bw-note-outbound', version='5.0.2')
)
Apache Ivy
<dependency org="org.bedework.notifier" name="bw-note-outbound" rev="5.0.2" />
Leiningen
[org.bedework.notifier/bw-note-outbound "5.0.2"]
Apache Buildr
'org.bedework.notifier:bw-note-outbound:jar:5.0.2'