Slack Spring Boot Autoconfigure

Contains autoconfiguration strategies for Slack Spring Boot

License

License

Categories

Categories

Spring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration
GroupId

GroupId

com.kreait.slack
ArtifactId

ArtifactId

slack-spring-boot-autoconfigure
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Slack Spring Boot Autoconfigure
Contains autoconfiguration strategies for Slack Spring Boot
Project URL

Project URL

https://slack-spring-boot.kreait.dev
Project Organization

Project Organization

kreait GmbH
Source Code Management

Source Code Management

https://github.com/kreait/slack-spring-boot-starter

Download slack-spring-boot-autoconfigure

How to add to project

<!-- https://jarcasting.com/artifacts/com.kreait.slack/slack-spring-boot-autoconfigure/ -->
<dependency>
    <groupId>com.kreait.slack</groupId>
    <artifactId>slack-spring-boot-autoconfigure</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.kreait.slack/slack-spring-boot-autoconfigure/
implementation 'com.kreait.slack:slack-spring-boot-autoconfigure:2.0.0'
// https://jarcasting.com/artifacts/com.kreait.slack/slack-spring-boot-autoconfigure/
implementation ("com.kreait.slack:slack-spring-boot-autoconfigure:2.0.0")
'com.kreait.slack:slack-spring-boot-autoconfigure:jar:2.0.0'
<dependency org="com.kreait.slack" name="slack-spring-boot-autoconfigure" rev="2.0.0">
  <artifact name="slack-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kreait.slack', module='slack-spring-boot-autoconfigure', version='2.0.0')
)
libraryDependencies += "com.kreait.slack" % "slack-spring-boot-autoconfigure" % "2.0.0"
[com.kreait.slack/slack-spring-boot-autoconfigure "2.0.0"]

Dependencies

compile (1)

Group / Artifact Type Version
com.kreait.slack : slack-spring-boot jar 2.0.0

runtime (5)

Group / Artifact Type Version
org.springframework.boot : spring-boot jar
org.springframework.boot : spring-boot-starter-web jar
org.springframework.boot : spring-boot-autoconfigure jar
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.41
org.jetbrains.kotlin : kotlin-reflect jar 1.3.41

Project Modules

There are no modules declared in this project.

Slack Spring Boot Starters

Maven Central Coverage Supported Java Version Snapshot Builds Maven Central

Changelog

3.0.0 - 2019-10-25

  • changes base package to io.hdnrs
  • Added Autoconfiguration Failure Analysis
  • replace oauth.access with oauth.v2.access
  • removes im method group (deprecated by slack)
  • remove groups and channels methods (deprecated by slack)
  • Added ApplicationEnvironmentCredentialsProvider
  • fix conversations.setPurpose and conversations.setTopic Request
  • supported java version to 11+

2.0.0 - 2019-08-26

com.kreait.slack

kreait

Versions

Version
2.0.0
1.0.0