is not current version
Last Version 0.5.1

org.zalando.stups:spring-boot-starter-async 0.5.0


Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

org.zalando.stups
ArtifactId

ArtifactId

spring-boot-starter-async
Version

Version

0.5.0
Type

Type

jar

Download spring-boot-starter-async 0.5.0


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