is not current version
Last Version 1.0.8

com.github.phillip-kruger.microprofile-extentions:openapi-ext 1.0.6

Adding swagger UI from OpenApi

GroupId

GroupId

com.github.phillip-kruger.microprofile-extentions
ArtifactId

ArtifactId

openapi-ext
Version

Version

1.0.6
Type

Type

jar

Download openapi-ext 1.0.6


<!-- https://jarcasting.com/artifacts/com.github.phillip-kruger.microprofile-extentions/openapi-ext/ -->
<dependency>
    <groupId>com.github.phillip-kruger.microprofile-extentions</groupId>
    <artifactId>openapi-ext</artifactId>
    <version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.phillip-kruger.microprofile-extentions/openapi-ext/
implementation 'com.github.phillip-kruger.microprofile-extentions:openapi-ext:1.0.6'
// https://jarcasting.com/artifacts/com.github.phillip-kruger.microprofile-extentions/openapi-ext/
implementation ("com.github.phillip-kruger.microprofile-extentions:openapi-ext:1.0.6")
'com.github.phillip-kruger.microprofile-extentions:openapi-ext:jar:1.0.6'
<dependency org="com.github.phillip-kruger.microprofile-extentions" name="openapi-ext" rev="1.0.6">
  <artifact name="openapi-ext" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.phillip-kruger.microprofile-extentions', module='openapi-ext', version='1.0.6')
)
libraryDependencies += "com.github.phillip-kruger.microprofile-extentions" % "openapi-ext" % "1.0.6"
[com.github.phillip-kruger.microprofile-extentions/openapi-ext "1.0.6"]