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