Files download
File Operation
spring-boot-problem-handler-1.4.jar download
spring-boot-problem-handler-1.4.pom download
spring-boot-problem-handler-1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.officiallysingh</groupId>
  <artifactId>spring-boot-problem-handler</artifactId>
  <version>1.4</version>
</dependency>
Gradle Groovy
implementation 'io.github.officiallysingh:spring-boot-problem-handler:1.4'
Gradle Kotlin
implementation("io.github.officiallysingh:spring-boot-problem-handler:1.4")
Scala SBT
libraryDependencies += "io.github.officiallysingh" % "spring-boot-problem-handler" % "1.4"
Groovy Grape
@Grapes(
  @Grab(group='io.github.officiallysingh', module='spring-boot-problem-handler', version='1.4')
)
Apache Ivy
<dependency org="io.github.officiallysingh" name="spring-boot-problem-handler" rev="1.4" />
Leiningen
[io.github.officiallysingh/spring-boot-problem-handler "1.4"]
Apache Buildr
'io.github.officiallysingh:spring-boot-problem-handler:jar:1.4'