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