is not current version
Last Version 1.1.5

org.microprofile-ext.openapi-ext:openapi-ui 1.1.3

A (swagger) UI for MicroProfile Open API

GroupId

GroupId

org.microprofile-ext.openapi-ext
ArtifactId

ArtifactId

openapi-ui
Version

Version

1.1.3
Type

Type

jar

Download openapi-ui 1.1.3


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