OpenApi Extensions
Here you will find some extra tools for Open API
Example
Also look at the example application to see how this is used
License |
License |
---|---|
Categories |
CategoriesSwagger Program Interface REST Frameworks |
GroupId | GroupIdorg.microprofile-ext.openapi-ext |
ArtifactId | ArtifactIdswagger-ui |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMicroprofile OpenApi Extensions :: Swagger UI
A swagger ui for MicroProfile Open API
|
Filename | Size |
---|---|
swagger-ui-1.0.3.pom | |
swagger-ui-1.0.3.jar | 27 KB |
swagger-ui-1.0.3-sources.jar | 23 KB |
swagger-ui-1.0.3-javadoc.jar | 409 KB |
Browse |
<!-- 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.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.microprofile-ext.openapi-ext/swagger-ui/
implementation 'org.microprofile-ext.openapi-ext:swagger-ui:1.0.3'
// https://jarcasting.com/artifacts/org.microprofile-ext.openapi-ext/swagger-ui/
implementation ("org.microprofile-ext.openapi-ext:swagger-ui:1.0.3")
'org.microprofile-ext.openapi-ext:swagger-ui:jar:1.0.3'
<dependency org="org.microprofile-ext.openapi-ext" name="swagger-ui" rev="1.0.3">
<artifact name="swagger-ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.microprofile-ext.openapi-ext', module='swagger-ui', version='1.0.3')
)
libraryDependencies += "org.microprofile-ext.openapi-ext" % "swagger-ui" % "1.0.3"
[org.microprofile-ext.openapi-ext/swagger-ui "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 4.0.1 |
org.eclipse.microprofile : microprofile | pom | 3.2 |
org.projectlombok : lombok | jar | 1.18.10 |
Group / Artifact | Type | Version |
---|---|---|
org.webjars : swagger-ui | jar | 3.24.3 |
org.webjars.bower : swagger-ui-themes | jar | 3.0.0 |
Here you will find some extra tools for Open API
Also look at the example application to see how this is used