MVN

be.rlab : tehanu-client-slack

Maven & Gradle

Oct 24, 2022
1 usages

Tehanu - 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.

<dependency>
    <groupId>be.rlab</groupId>
    <artifactId>tehanu-client-slack</artifactId>
    <version>3.3.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of be.rlab : tehanu-client-slack to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.5

All Versions

Choose a version of be.rlab : tehanu-client-slack to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
tehanu-client-slack-3.3.5
tehanu-client-slack-3.3.4
tehanu-client-slack-3.3.3
tehanu-client-slack-3.3.2
tehanu-client-slack-3.3.1
tehanu-client-slack-3.3.0

How to add a dependency to Maven

Add the following be.rlab : tehanu-client-slack maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>be.rlab</groupId>
    <artifactId>tehanu-client-slack</artifactId>
    <version>3.3.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following be.rlab : tehanu-client-slack gradle dependency to your build.gradle file:

implementation 'be.rlab:tehanu-client-slack:3.3.5'

Gradle Kotlin DSL: Add the following be.rlab : tehanu-client-slack gradle kotlin dependency to your build.gradle.kts file:

implementation("be.rlab:tehanu-client-slack:3.3.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following be.rlab : tehanu-client-slack sbt scala dependency to your build.sbt file:

libraryDependencies += "be.rlab" % "tehanu-client-slack" % "3.3.5"

Advertisement