is not current version
Last Version 1.0.3

org.microprofile-ext.openapi-ext:swagger-ui 1.0.1

A swagger ui for MicroProfile Open API

Categories

Categories

Swagger Program Interface REST Frameworks
GroupId

GroupId

org.microprofile-ext.openapi-ext
ArtifactId

ArtifactId

swagger-ui
Version

Version

1.0.1
Type

Type

jar

Download swagger-ui 1.0.1


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