| License |
License |
|---|---|
| GroupId | GroupIdorg.microprofile-ext |
| ArtifactId | ArtifactIdopenapi-ext |
| Last Version | Last Version1.1.5 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionMicroprofile OpenAPI Extensions
Some extensions for MicroProfile OpenAPI
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| openapi-ext-1.1.5.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.microprofile-ext/openapi-ext/ -->
<dependency>
<groupId>org.microprofile-ext</groupId>
<artifactId>openapi-ext</artifactId>
<version>1.1.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.microprofile-ext/openapi-ext/
implementation 'org.microprofile-ext:openapi-ext:1.1.5'
// https://jarcasting.com/artifacts/org.microprofile-ext/openapi-ext/
implementation ("org.microprofile-ext:openapi-ext:1.1.5")
'org.microprofile-ext:openapi-ext:pom:1.1.5'
<dependency org="org.microprofile-ext" name="openapi-ext" rev="1.1.5">
<artifact name="openapi-ext" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.microprofile-ext', module='openapi-ext', version='1.1.5')
)
libraryDependencies += "org.microprofile-ext" % "openapi-ext" % "1.1.5"
[org.microprofile-ext/openapi-ext "1.1.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.eclipse.microprofile : microprofile | pom | 3.2 |
| org.projectlombok : lombok | jar | 1.18.10 |