MVN

io.javalin.community.openapi : openapi-annotation-processor

Maven & Gradle

Aug 24, 2023
40 stars

Javalin OpenAPI Annotation Processor · Generates OpenApi specification from @OpenApi annotations

<dependency>
    <groupId>io.javalin.community.openapi</groupId>
    <artifactId>openapi-annotation-processor</artifactId>
    <version>5.6.2-1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.javalin.community.openapi : openapi-annotation-processor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.6.2-1
  • Latest Alpha: 5.3.0-alpha.7

All Versions

Choose a version of io.javalin.community.openapi : openapi-annotation-processor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.6.x
openapi-annotation-processor-5.6.2-1
openapi-annotation-processor-5.6.2
openapi-annotation-processor-5.6.1
openapi-annotation-processor-5.6.0
5.5.x
openapi-annotation-processor-5.5.0-1
openapi-annotation-processor-5.5.0
5.4.x
openapi-annotation-processor-5.4.2
openapi-annotation-processor-5.4.0
5.3.x
openapi-annotation-processor-5.3.2
openapi-annotation-processor-5.3.1
openapi-annotation-processor-5.3.0
openapi-annotation-processor-5.3.0-alpha.7
openapi-annotation-processor-5.3.0-alpha.6
openapi-annotation-processor-5.3.0-alpha.5
openapi-annotation-processor-5.3.0-alpha.4
openapi-annotation-processor-5.3.0-alpha.3
openapi-annotation-processor-5.3.0-alpha.2
openapi-annotation-processor-5.3.0-alpha.1
5.2.x
openapi-annotation-processor-5.2.0
5.1.x
openapi-annotation-processor-5.1.4-2
openapi-annotation-processor-5.1.4-1
openapi-annotation-processor-5.1.4
openapi-annotation-processor-5.1.3
openapi-annotation-processor-5.1.2
openapi-annotation-processor-5.1.1
openapi-annotation-processor-5.1.0
5.0.x
openapi-annotation-processor-5.0.2
openapi-annotation-processor-5.0.1
openapi-annotation-processor-5.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.javalin.community.openapi</groupId>
    <artifactId>openapi-annotation-processor</artifactId>
    <version>5.6.2-1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.javalin.community.openapi : openapi-annotation-processor gradle dependency to your build.gradle file:

implementation 'io.javalin.community.openapi:openapi-annotation-processor:5.6.2-1'

Gradle Kotlin DSL: Add the following io.javalin.community.openapi : openapi-annotation-processor gradle kotlin dependency to your build.gradle.kts file:

implementation("io.javalin.community.openapi:openapi-annotation-processor:5.6.2-1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.javalin.community.openapi : openapi-annotation-processor sbt scala dependency to your build.sbt file:

libraryDependencies += "io.javalin.community.openapi" % "openapi-annotation-processor" % "5.6.2-1"