MVN

com.atlassian.oai : swagger-request-validator-spring-webmvc

Maven & Gradle

Aug 24, 2023

OpenAPI / Swagger validation for Spring MVC - compatible with Spring 6 and Spring Boot 3.

<dependency>
    <groupId>com.atlassian.oai</groupId>
    <artifactId>swagger-request-validator-spring-webmvc</artifactId>
    <version>2.36.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.atlassian.oai : swagger-request-validator-spring-webmvc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.36.0

All Versions

Choose a version of com.atlassian.oai : swagger-request-validator-spring-webmvc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.36.x
swagger-request-validator-spring-webmvc-2.36.0
2.35.x
swagger-request-validator-spring-webmvc-2.35.2
swagger-request-validator-spring-webmvc-2.35.1
swagger-request-validator-spring-webmvc-2.35.0
2.34.x
swagger-request-validator-spring-webmvc-2.34.1
swagger-request-validator-spring-webmvc-2.34.0
2.33.x
swagger-request-validator-spring-webmvc-2.33.1

How to add a dependency to Maven

Add the following com.atlassian.oai : swagger-request-validator-spring-webmvc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.atlassian.oai</groupId>
    <artifactId>swagger-request-validator-spring-webmvc</artifactId>
    <version>2.36.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.atlassian.oai : swagger-request-validator-spring-webmvc gradle dependency to your build.gradle file:

implementation 'com.atlassian.oai:swagger-request-validator-spring-webmvc:2.36.0'

Gradle Kotlin DSL: Add the following com.atlassian.oai : swagger-request-validator-spring-webmvc gradle kotlin dependency to your build.gradle.kts file:

implementation("com.atlassian.oai:swagger-request-validator-spring-webmvc:2.36.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.atlassian.oai : swagger-request-validator-spring-webmvc sbt scala dependency to your build.sbt file:

libraryDependencies += "com.atlassian.oai" % "swagger-request-validator-spring-webmvc" % "2.36.0"