MVN

io.openapiprocessor : openapi-parser

Maven & Gradle

May 29, 2023
9 stars

openapi-parser · OpenAPI 3.0/3.1 parser

<dependency>
    <groupId>io.openapiprocessor</groupId>
    <artifactId>openapi-parser</artifactId>
    <version>2023.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.openapiprocessor : openapi-parser to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2023.2

All Versions

Choose a version of io.openapiprocessor : openapi-parser to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2023.2
openapi-parser-2023.2
2023.1
openapi-parser-2023.1
2022.1.x
openapi-parser-2022.1.1
2022.1
openapi-parser-2022.1

How to add a dependency to Maven

Add the following io.openapiprocessor : openapi-parser maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.openapiprocessor</groupId>
    <artifactId>openapi-parser</artifactId>
    <version>2023.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.openapiprocessor : openapi-parser gradle dependency to your build.gradle file:

implementation 'io.openapiprocessor:openapi-parser:2023.2'

Gradle Kotlin DSL: Add the following io.openapiprocessor : openapi-parser gradle kotlin dependency to your build.gradle.kts file:

implementation("io.openapiprocessor:openapi-parser:2023.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.openapiprocessor : openapi-parser sbt scala dependency to your build.sbt file:

libraryDependencies += "io.openapiprocessor" % "openapi-parser" % "2023.2"