Slack API

A simple Java library to post a Slack message to specific channel.

License

License

GroupId

GroupId

org.silentsoft
ArtifactId

ArtifactId

slack-api
Last Version

Last Version

0.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

Slack API
A simple Java library to post a Slack message to specific channel.
Project URL

Project URL

https://github.com/silentsoft/slack-api
Source Code Management

Source Code Management

https://github.com/silentsoft/slack-api.git

Download slack-api

How to add to project

<!-- https://jarcasting.com/artifacts/org.silentsoft/slack-api/ -->
<dependency>
    <groupId>org.silentsoft</groupId>
    <artifactId>slack-api</artifactId>
    <version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.silentsoft/slack-api/
implementation 'org.silentsoft:slack-api:0.1.1'
// https://jarcasting.com/artifacts/org.silentsoft/slack-api/
implementation ("org.silentsoft:slack-api:0.1.1")
'org.silentsoft:slack-api:jar:0.1.1'
<dependency org="org.silentsoft" name="slack-api" rev="0.1.1">
  <artifact name="slack-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.silentsoft', module='slack-api', version='0.1.1')
)
libraryDependencies += "org.silentsoft" % "slack-api" % "0.1.1"
[org.silentsoft/slack-api "0.1.1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.silentsoft : silentsoft-net jar 1.5.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.1

Project Modules

There are no modules declared in this project.

Slack API

release Build Status license HitCount

Slack API is a simple Java library to post a Slack message to specific channel.

Features

  • postMessage
    • SlackAPI.postMessage("xxxx-xxxxxxxxx-xxxx", "general", "Hello, World !");

Creating Token

Dependency

<dependencies>
    <dependency>
        <groupId>org.silentsoft</groupId>
        <artifactId>slack-api</artifactId>
        <version>0.1.1</version>
    </dependency>
</dependencies>

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please note we have a CODE_OF_CONDUCT, please follow it in all your interactions with the project.

License

Please refer to LICENSE and NOTICE.

Versions

Version
0.1.1
0.1.0