License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.devbury |
ArtifactId | ArtifactIdspring-boot-starter-threadscope |
Version | Version1.1.0 |
Type | Typejar |
Description |
Descriptionspring-boot-starter-threadscope
Thread scope that supports asynchronous threads and bean destruction callbacks
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.devbury/spring-boot-starter-threadscope/ -->
<dependency>
<groupId>com.devbury</groupId>
<artifactId>spring-boot-starter-threadscope</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.devbury/spring-boot-starter-threadscope/
implementation 'com.devbury:spring-boot-starter-threadscope:1.1.0'
// https://jarcasting.com/artifacts/com.devbury/spring-boot-starter-threadscope/
implementation ("com.devbury:spring-boot-starter-threadscope:1.1.0")
'com.devbury:spring-boot-starter-threadscope:jar:1.1.0'
<dependency org="com.devbury" name="spring-boot-starter-threadscope" rev="1.1.0">
<artifact name="spring-boot-starter-threadscope" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.devbury', module='spring-boot-starter-threadscope', version='1.1.0')
)
libraryDependencies += "com.devbury" % "spring-boot-starter-threadscope" % "1.1.0"
[com.devbury/spring-boot-starter-threadscope "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 1.2.2.RELEASE |
javax.servlet : javax.servlet-api | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 1.2.2.RELEASE |
org.springframework.boot : spring-boot-starter-web | jar | 1.2.2.RELEASE |