Slack API

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

Лицензия

Лицензия

Группа

Группа

org.silentsoft
Идентификатор

Идентификатор

slack-api
Последняя версия

Последняя версия

0.1.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Slack API
A simple Java library to post a Slack message to specific channel.
Ссылка на сайт

Ссылка на сайт

https://github.com/silentsoft/slack-api
Система контроля версий

Система контроля версий

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

Скачать slack-api

Как подключить последнюю версию

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.silentsoft : silentsoft-net jar 1.5.0

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.8.1

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
0.1.1
0.1.0