文件下载
文件名 操作
spring-boot-problem-handler-1.3.jar 下载
spring-boot-problem-handler-1.3.pom 下载
spring-boot-problem-handler-1.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.officiallysingh</groupId>
  <artifactId>spring-boot-problem-handler</artifactId>
  <version>1.3</version>
</dependency>
Gradle Groovy
implementation 'io.github.officiallysingh:spring-boot-problem-handler:1.3'
Gradle Kotlin
implementation("io.github.officiallysingh:spring-boot-problem-handler:1.3")
Scala SBT
libraryDependencies += "io.github.officiallysingh" % "spring-boot-problem-handler" % "1.3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.officiallysingh', module='spring-boot-problem-handler', version='1.3')
)
Apache Ivy
<dependency org="io.github.officiallysingh" name="spring-boot-problem-handler" rev="1.3" />
Leiningen
[io.github.officiallysingh/spring-boot-problem-handler "1.3"]
Apache Buildr
'io.github.officiallysingh:spring-boot-problem-handler:jar:1.3'