License |
License |
---|---|
GroupId | GroupIdorg.microprofile-ext.openapi-ext |
ArtifactId | ArtifactIdopenapi-example |
Last Version | Last Version1.1.5 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionMicroprofile OpenApi Extensions :: Example
A example application to demonstrate the extension
|
Filename | Size |
---|---|
openapi-example-1.1.5.pom | |
openapi-example-1.1.5.war | 2 MB |
openapi-example-1.1.5-sources.jar | 40 KB |
openapi-example-1.1.5-javadoc.jar | 414 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.microprofile-ext.openapi-ext/openapi-example/ -->
<dependency>
<groupId>org.microprofile-ext.openapi-ext</groupId>
<artifactId>openapi-example</artifactId>
<version>1.1.5</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.microprofile-ext.openapi-ext/openapi-example/
implementation 'org.microprofile-ext.openapi-ext:openapi-example:1.1.5'
// https://jarcasting.com/artifacts/org.microprofile-ext.openapi-ext/openapi-example/
implementation ("org.microprofile-ext.openapi-ext:openapi-example:1.1.5")
'org.microprofile-ext.openapi-ext:openapi-example:war:1.1.5'
<dependency org="org.microprofile-ext.openapi-ext" name="openapi-example" rev="1.1.5">
<artifact name="openapi-example" type="war" />
</dependency>
@Grapes(
@Grab(group='org.microprofile-ext.openapi-ext', module='openapi-example', version='1.1.5')
)
libraryDependencies += "org.microprofile-ext.openapi-ext" % "openapi-example" % "1.1.5"
[org.microprofile-ext.openapi-ext/openapi-example "1.1.5"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.microprofile : microprofile | pom | 3.2 |
org.projectlombok : lombok | jar | 1.18.10 |
Group / Artifact | Type | Version |
---|---|---|
org.microprofile-ext.openapi-ext : openapi-ui | jar | 1.1.5 |