| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdbe.rlab |
| ArtifactId | ArtifactIdtehanu-client-slack |
| Last Version | Last Version3.3.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTehanu - Slack client
Tehanu is a bot framework for Kotlin. This artifact contains the main components and
it can be used standalone to embed the bot into another application.
This is the Slack client implementation.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| tehanu-client-slack-3.3.4.pom | |
| tehanu-client-slack-3.3.4.jar | 44 KB |
| tehanu-client-slack-3.3.4-sources.jar | 10 KB |
| tehanu-client-slack-3.3.4-javadoc.jar | 311 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/be.rlab/tehanu-client-slack/ -->
<dependency>
<groupId>be.rlab</groupId>
<artifactId>tehanu-client-slack</artifactId>
<version>3.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/be.rlab/tehanu-client-slack/
implementation 'be.rlab:tehanu-client-slack:3.3.4'
// https://jarcasting.com/artifacts/be.rlab/tehanu-client-slack/
implementation ("be.rlab:tehanu-client-slack:3.3.4")
'be.rlab:tehanu-client-slack:jar:3.3.4'
<dependency org="be.rlab" name="tehanu-client-slack" rev="3.3.4">
<artifact name="tehanu-client-slack" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.rlab', module='tehanu-client-slack', version='3.3.4')
)
libraryDependencies += "be.rlab" % "tehanu-client-slack" % "3.3.4"
[be.rlab/tehanu-client-slack "3.3.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| be.rlab : tehanu-core | jar | 3.3.4 |
| javax.websocket : javax.websocket-api | jar | 1.1 |
| com.slack.api : slack-api-client | jar | 1.18.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.10 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-test-junit | jar | 1.6.10 |
| org.assertj : assertj-core | jar | 3.22.0 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.2 |
| org.mockito : mockito-core | jar | 4.3.1 |
| org.mockito : mockito-inline | jar | 4.3.1 |
| net.bytebuddy : byte-buddy | jar | 1.12.7 |
| net.bytebuddy : byte-buddy-agent | jar | 1.12.7 |
| com.nhaarman.mockitokotlin2 : mockito-kotlin | jar | 2.2.0 |