MVN

org.microprofile-ext : openapi-ext

Maven & Gradle

Oct 10, 2022
21 stars

Microprofile OpenAPI Extensions · Some extensions for MicroProfile OpenAPI

<dependency>
    <groupId>org.microprofile-ext</groupId>
    <artifactId>openapi-ext</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.microprofile-ext : openapi-ext to add to Maven - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of org.microprofile-ext : openapi-ext to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
openapi-ext-2.0.0
1.1.x
openapi-ext-1.1.5
openapi-ext-1.1.4
openapi-ext-1.1.3
openapi-ext-1.1.2
openapi-ext-1.1.1
openapi-ext-1.1.0
1.0.x
openapi-ext-1.0.3
openapi-ext-1.0.2
openapi-ext-1.0.1
openapi-ext-1.0.0
openapi
openapi-ext-openapi-ui
openapi-ext-openapi-example
swagger
openapi-ext-swagger-ui

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.microprofile-ext</groupId>
    <artifactId>openapi-ext</artifactId>
    <version>2.0.0</version>
</dependency>

Advertisement