Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.github.wimdeblauwe |
ArtifactId | ArtifactIderror-handling-spring-boot-starter |
Version | Version3.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.wimdeblauwe/error-handling-spring-boot-starter/ -->
<dependency>
<groupId>io.github.wimdeblauwe</groupId>
<artifactId>error-handling-spring-boot-starter</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.wimdeblauwe/error-handling-spring-boot-starter/
implementation 'io.github.wimdeblauwe:error-handling-spring-boot-starter:3.0.0'
// https://jarcasting.com/artifacts/io.github.wimdeblauwe/error-handling-spring-boot-starter/
implementation ("io.github.wimdeblauwe:error-handling-spring-boot-starter:3.0.0")
'io.github.wimdeblauwe:error-handling-spring-boot-starter:jar:3.0.0'
<dependency org="io.github.wimdeblauwe" name="error-handling-spring-boot-starter" rev="3.0.0">
<artifact name="error-handling-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.wimdeblauwe', module='error-handling-spring-boot-starter', version='3.0.0')
)
libraryDependencies += "io.github.wimdeblauwe" % "error-handling-spring-boot-starter" % "3.0.0"
[io.github.wimdeblauwe/error-handling-spring-boot-starter "3.0.0"]