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