Slack Notification for Test Results

A Java library to send automated test results to a slack channel

License

License

Categories

Categories

Java Languages Auto Application Layer Libs Code Generators
GroupId

GroupId

io.github.automationreddy
ArtifactId

ArtifactId

java-slack-notify
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

Slack Notification for Test Results
A Java library to send automated test results to a slack channel
Project URL

Project URL

https://github.com/AutomationReddy/java-slack-notify
Source Code Management

Source Code Management

http://github.com/AutomationReddy/java-slack-notify

Download java-slack-notify

How to add to project

<!-- 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"]

Dependencies

compile (4)

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

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0