License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdde.dm.retrylib |
ArtifactId | ArtifactIdretrylib-spring-boot-starter |
Version | Version2.0.0 |
Type | Typejar |
Description |
Descriptiondm retrylib Spring Boot Starter
Starter for the usage of the dm retrylib offering a scheduled retry e. g. for calls to external systems.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/de.dm.retrylib/retrylib-spring-boot-starter/ -->
<dependency>
<groupId>de.dm.retrylib</groupId>
<artifactId>retrylib-spring-boot-starter</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.dm.retrylib/retrylib-spring-boot-starter/
implementation 'de.dm.retrylib:retrylib-spring-boot-starter:2.0.0'
// https://jarcasting.com/artifacts/de.dm.retrylib/retrylib-spring-boot-starter/
implementation ("de.dm.retrylib:retrylib-spring-boot-starter:2.0.0")
'de.dm.retrylib:retrylib-spring-boot-starter:jar:2.0.0'
<dependency org="de.dm.retrylib" name="retrylib-spring-boot-starter" rev="2.0.0">
<artifact name="retrylib-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.dm.retrylib', module='retrylib-spring-boot-starter', version='2.0.0')
)
libraryDependencies += "de.dm.retrylib" % "retrylib-spring-boot-starter" % "2.0.0"
[de.dm.retrylib/retrylib-spring-boot-starter "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.1.6.RELEASE |
org.springframework.boot : spring-boot-starter-aop | jar | 2.1.6.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.1.6.RELEASE |
org.springframework.boot : spring-boot-starter-json | jar | 2.1.6.RELEASE |
org.springframework.boot : spring-boot-starter-actuator | jar | 2.1.6.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.1.6.RELEASE |