| License | License | 
|---|---|
| Categories | CategoriesJava Languages Auto Application Layer Libs Code Generators | 
| GroupId | GroupIdio.github.automationreddy | 
| ArtifactId | ArtifactIdjava-slack-notify | 
| Last Version | Last Version1.2.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionSlack Notification for Test Results A Java library to send automated test results to a slack channel | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| java-slack-notify-1.2.0.pom | |
| java-slack-notify-1.2.0.jar | 10 KB | 
| java-slack-notify-1.2.0-sources.jar | 3 KB | 
| java-slack-notify-1.2.0-javadoc.jar | 123 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.github.automationreddy/java-slack-notify/ -->
<dependency>
    <groupId>io.github.automationreddy</groupId>
    <artifactId>java-slack-notify</artifactId>
    <version>1.2.0</version>
</dependency>// https://jarcasting.com/artifacts/io.github.automationreddy/java-slack-notify/
implementation 'io.github.automationreddy:java-slack-notify:1.2.0'// https://jarcasting.com/artifacts/io.github.automationreddy/java-slack-notify/
implementation ("io.github.automationreddy:java-slack-notify:1.2.0")'io.github.automationreddy:java-slack-notify:jar:1.2.0'<dependency org="io.github.automationreddy" name="java-slack-notify" rev="1.2.0">
  <artifact name="java-slack-notify" type="jar" />
</dependency>@Grapes(
@Grab(group='io.github.automationreddy', module='java-slack-notify', version='1.2.0')
)libraryDependencies += "io.github.automationreddy" % "java-slack-notify" % "1.2.0"[io.github.automationreddy/java-slack-notify "1.2.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.slack.api : slack-api-client | jar | 1.13.0 | 
| org.testng : testng | jar | 7.4.0 | 
| com.google.guava : guava | jar | 31.0.1-jre | 
| commons-lang : commons-lang | jar | 2.6 |