MVN

com.github.banjowaza : snot

Maven & Gradle

Dec 05, 2019
1 stars

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.

<dependency>
    <groupId>com.github.banjowaza</groupId>
    <artifactId>snot</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.banjowaza : snot to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of com.github.banjowaza : snot to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
snot-1.0.3

How to add a dependency to Maven

Add the following com.github.banjowaza : snot maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.banjowaza</groupId>
    <artifactId>snot</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.banjowaza : snot gradle dependency to your build.gradle file:

implementation 'com.github.banjowaza:snot:1.0.3'

Gradle Kotlin DSL: Add the following com.github.banjowaza : snot gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.banjowaza:snot:1.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.banjowaza : snot sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.banjowaza" % "snot" % "1.0.3"