MVN

com.atlassian.oai : swagger-request-validator-spring-web-client-legacy

Maven & Gradle

Aug 24, 2023

OpenAPI / Swagger validation for Spring web client.

<dependency>
    <groupId>com.atlassian.oai</groupId>
    <artifactId>swagger-request-validator-spring-web-client-legacy</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-web-client-legacy 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-web-client-legacy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.36.x
swagger-request-validator-spring-web-client-legacy-2.36.0
2.35.x
swagger-request-validator-spring-web-client-legacy-2.35.2
swagger-request-validator-spring-web-client-legacy-2.35.1
swagger-request-validator-spring-web-client-legacy-2.35.0
2.34.x
swagger-request-validator-spring-web-client-legacy-2.34.1
swagger-request-validator-spring-web-client-legacy-2.34.0

How to add a dependency to Maven

Add the following com.atlassian.oai : swagger-request-validator-spring-web-client-legacy 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-web-client-legacy</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-web-client-legacy gradle dependency to your build.gradle file:

implementation 'com.atlassian.oai:swagger-request-validator-spring-web-client-legacy:2.36.0'

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

implementation("com.atlassian.oai:swagger-request-validator-spring-web-client-legacy:2.36.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.atlassian.oai" % "swagger-request-validator-spring-web-client-legacy" % "2.36.0"