MVN

org.zalando : problem-spring-web-autoconfigure

Maven & Gradle

Apr 14, 2023
941 stars
<dependency>
    <groupId>org.zalando</groupId>
    <artifactId>problem-spring-web-autoconfigure</artifactId>
    <version>0.29.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.zalando : problem-spring-web-autoconfigure to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.29.1
  • Latest Release Candidate: 0.28.0-RC.1

All Versions

Choose a version of org.zalando : problem-spring-web-autoconfigure to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.29.x
problem-spring-web-autoconfigure-0.29.1
0.28.x
problem-spring-web-autoconfigure-0.28.0
problem-spring-web-autoconfigure-0.28.0-RC.1
problem-spring-web-autoconfigure-0.28.0-RC.0
0.27.x
problem-spring-web-autoconfigure-0.27.0
problem-spring-web-autoconfigure-0.27.0-RC.0
0.26.x
problem-spring-web-autoconfigure-0.26.2
problem-spring-web-autoconfigure-0.26.1
problem-spring-web-autoconfigure-0.26.0
0.25.x
problem-spring-web-autoconfigure-0.25.2
problem-spring-web-autoconfigure-0.25.1
problem-spring-web-autoconfigure-0.25.0

How to add a dependency to Maven

Add the following org.zalando : problem-spring-web-autoconfigure maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.zalando</groupId>
    <artifactId>problem-spring-web-autoconfigure</artifactId>
    <version>0.29.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.zalando : problem-spring-web-autoconfigure gradle dependency to your build.gradle file:

implementation 'org.zalando:problem-spring-web-autoconfigure:0.29.1'

Gradle Kotlin DSL: Add the following org.zalando : problem-spring-web-autoconfigure gradle kotlin dependency to your build.gradle.kts file:

implementation("org.zalando:problem-spring-web-autoconfigure:0.29.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.zalando : problem-spring-web-autoconfigure sbt scala dependency to your build.sbt file:

libraryDependencies += "org.zalando" % "problem-spring-web-autoconfigure" % "0.29.1"