MVN

com.cosium.openapi : openapi-annotation-processor

Maven & Gradle

Jun 07, 2019
7 stars

OpenAPI Annotation Processor · A java annotation processor performing various operations related to the OpenAPI initiative

<dependency>
    <groupId>com.cosium.openapi</groupId>
    <artifactId>openapi-annotation-processor</artifactId>
    <version>1.26</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.cosium.openapi : openapi-annotation-processor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.26

All Versions

Choose a version of com.cosium.openapi : openapi-annotation-processor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.26
openapi-annotation-processor-1.26
1.25
openapi-annotation-processor-1.25
1.24
openapi-annotation-processor-1.24
1.23
openapi-annotation-processor-1.23
1.22
openapi-annotation-processor-1.22
1.21
openapi-annotation-processor-1.21
1.20
openapi-annotation-processor-1.20
1.19
openapi-annotation-processor-1.19
1.18
openapi-annotation-processor-1.18
1.17
openapi-annotation-processor-1.17
1.16
openapi-annotation-processor-1.16
1.15
openapi-annotation-processor-1.15
1.14
openapi-annotation-processor-1.14
1.13
openapi-annotation-processor-1.13
1.12
openapi-annotation-processor-1.12
1.11
openapi-annotation-processor-1.11
1.8
openapi-annotation-processor-1.8
1.7
openapi-annotation-processor-1.7
1.5
openapi-annotation-processor-1.5
1.2
openapi-annotation-processor-1.2
1.1
openapi-annotation-processor-1.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.cosium.openapi</groupId>
    <artifactId>openapi-annotation-processor</artifactId>
    <version>1.26</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.cosium.openapi : openapi-annotation-processor gradle dependency to your build.gradle file:

implementation 'com.cosium.openapi:openapi-annotation-processor:1.26'

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

implementation("com.cosium.openapi:openapi-annotation-processor:1.26")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.cosium.openapi : openapi-annotation-processor sbt scala dependency to your build.sbt file:

libraryDependencies += "com.cosium.openapi" % "openapi-annotation-processor" % "1.26"

Advertisement