biz.cosee:slack-client-java

A thin java wrapper around the Slack API

License

License

Categories

Categories

Java Languages CLI User Interface
GroupId

GroupId

biz.cosee
ArtifactId

ArtifactId

slack-client-java
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

jar
Description

Description

biz.cosee:slack-client-java
A thin java wrapper around the Slack API
Project URL

Project URL

https://github.com/cosee/slack-client-java
Source Code Management

Source Code Management

https://github.com/cosee/slack-client-java

Download slack-client-java

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-databind jar 2.10.2
com.fasterxml.jackson.core : jackson-annotations jar 2.10.3

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.12

test (4)

Group / Artifact Type Version
com.github.tomakehurst : wiremock jar 2.26.2
org.assertj : assertj-core jar 3.15.0
org.hamcrest : hamcrest-all jar 1.3
junit : junit jar 4.13

Project Modules

There are no modules declared in this project.

slack-client-java

A thin java wrapper around the Slack API

This slackclient is a module we use in one of our products. It has just the functionallity we need there (at the moment). We wrote it, because the old lib we used broke. So if it provides what you need, we are happy to share it with you!

Functionality

channels

  • create a channel
  • send a message to a channel
  • archive a channel
  • check if a channel exists
  • get a channel id by the channels name
  • set a channel topic
  • invite users to channel

users

  • send a message to a user
  • find a user by its mail-address
  • invite user to a channel

Install over Maven

<dependency>
  <groupId>biz.cosee</groupId>
  <artifactId>slack-client-java</artifactId>
  <version>1.1</version>
</dependency>
biz.cosee

cosee

Versions

Version
1.1
1.0