Reference
The table below shows all the available modules in the Java Slack SDK. All of them have the same latest version as we release all at the same time, even in the case that some don't have any changes apart from updates on their dependency side.
All released versions are available on the Maven Central repositories. The latest version is 1.44.2
.
Bolt & Built-in Extensions
groupId:artifactId | Javadoc | Description |
---|---|---|
com.slack.api:bolt | Javadoc | Bolt is a framework that offers an abstraction layer to build Slack apps safely and quickly. |
com.slack.api:bolt-socket-mode | Javadoc | This module offers a handy way to run Bolt apps through Socket Mode connections. |
com.slack.api:bolt-jakarata-socket-mode | Javadoc | This module offers a handy way to run Bolt apps through Socket Mode connections (Jakarta EE compatible). |
com.slack.api:bolt-servlet | Javadoc | This module offers a handy way to run Bolt apps on the Java EE Servlet environments. |
com.slack.api:bolt-jetty | Javadoc | This module offers a handy way to run Bolt apps on the Java EE compatible Jetty HTTP server (9.x). |
com.slack.api:bolt-jakarta-servlet | Javadoc | This module offers a handy way to run Bolt apps on the Jakarta EE Servlet environments. |
com.slack.api:bolt-jakarta-jetty | Javadoc | This module offers a handy way to run Bolt apps on the Jakarta EE compatible Jetty HTTP server. |
com.slack.api:bolt-aws-lambda | Javadoc | This module offers a handy way to run Bolt apps on AWS API Gateway + Lambda. |
com.slack.api:bolt-google-cloud-functions | Javadoc | This module offers a handy way to run Bolt apps on Google Cloud Functions. |
com.slack.api:bolt-micronaut | Javadoc | This is an adapter for Micronaut to run Bolt apps on top of it. |
com.slack.api:bolt-helidon | Javadoc | This is an adapter for Helidon SE to run Bolt apps on top of it. |
com.slack.api:bolt-http4k | Javadoc | This is an adapter for http4k to run Bolt apps on top of any of the multiple server backends that the library supports. |
com.slack.api:bolt-ktor | Javadoc | This is an adapter for Ktor to run Bolt apps on top of it. |
Foundation Modules
groupId:artifactId | Javadoc | Description |
---|---|---|
com.slack.api:slack-api-model | Javadoc | This is a collection of the classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces. As this is an essential part of the SDK, all other modules depend on this. |
com.slack.api:slack-api-model-kotlin-extension | Javadoc | This contains the Block Kit Kotlin DSL builder, which allows you to define block kit structures via a Kotlin-native DSL. |
com.slack.api:slack-api-client | Javadoc | This is a collection of the Slack API clients. The supported are Basic API Methods, Socket Mode API, RTM API, SCIM API, Audit Logs API, and Status API. |
com.slack.api:slack-api-client-kotlin-extension | Javadoc | This contains extension methods for various slack client message builders so you can seamlessly use the Block Kit Kotlin DSL directly on the Java message builders. |
com.slack.api:slack-jakarta-socket-mode-client | Javadoc | This is an option to switch to Jakarta EE compatible Socket Mode client. |
com.slack.api:slack-app-backend | Javadoc | This module is a set of Slack app server-side handlers and data classes for Events API, Interactive Components, Slash Commands, Actions, and OAuth flow. These are used by Bolt framework as the foundation of it in primitive layers. |