s

snot

SNOT Slack Notification is a highly configurable Slack notification library that combines annotations and filters to send Slack messages using default or custom message templates ([Slack Template Builder] (https://api.slack.com/block-kit)). Annotations can be at application or method levels and various strategies can be used to retrieve data from application or functions to build a context and provide to a template to generate a Slack notification.
https://github.com/banjowaza/snot
SNOT
Garrett Fuller Jon Ingram
Files download
File Operation
snot-1.0.3.jar download
snot-1.0.3.pom download
snot-1.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.banjowaza</groupId>
  <artifactId>snot</artifactId>
  <version>1.0.3</version>
</dependency>
Gradle Groovy
implementation 'com.github.banjowaza:snot:1.0.3'
Gradle Kotlin
implementation("com.github.banjowaza:snot:1.0.3")
Scala SBT
libraryDependencies += "com.github.banjowaza" % "snot" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.banjowaza', module='snot', version='1.0.3')
)
Apache Ivy
<dependency org="com.github.banjowaza" name="snot" rev="1.0.3" />
Leiningen
[com.github.banjowaza/snot "1.0.3"]
Apache Buildr
'com.github.banjowaza:snot:jar:1.0.3'