s

spring-boot-starter-threadscope

Thread scope that supports asynchronous threads and bean destruction callbacks
https://github.com/devbury/spring-boot-starter-threadscope
Apache License, Version 2.0
devbury
David Noel
文件下载
文件名 操作
spring-boot-starter-threadscope-1.1.0.jar 下载
spring-boot-starter-threadscope-1.1.0.pom 下载
spring-boot-starter-threadscope-1.1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.devbury</groupId>
  <artifactId>spring-boot-starter-threadscope</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.devbury:spring-boot-starter-threadscope:1.1.0'
Gradle Kotlin
implementation("com.devbury:spring-boot-starter-threadscope:1.1.0")
Scala SBT
libraryDependencies += "com.devbury" % "spring-boot-starter-threadscope" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.devbury', module='spring-boot-starter-threadscope', version='1.1.0')
)
Apache Ivy
<dependency org="com.devbury" name="spring-boot-starter-threadscope" rev="1.1.0" />
Leiningen
[com.devbury/spring-boot-starter-threadscope "1.1.0"]
Apache Buildr
'com.devbury:spring-boot-starter-threadscope:jar:1.1.0'