GroupId | GroupIdorg.microprofile-ext.openapi-ext |
---|---|
ArtifactId | ArtifactIdopenapi-example |
Version | Version1.1.0 |
Type | Typewar |
Filename | Size |
---|---|
openapi-example-1.1.0.pom | |
openapi-example-1.1.0.war | 2 MB |
openapi-example-1.1.0-sources.jar | 40 KB |
openapi-example-1.1.0-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.0</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.0'
// https://jarcasting.com/artifacts/org.microprofile-ext.openapi-ext/openapi-example/
implementation ("org.microprofile-ext.openapi-ext:openapi-example:1.1.0")
'org.microprofile-ext.openapi-ext:openapi-example:war:1.1.0'
<dependency org="org.microprofile-ext.openapi-ext" name="openapi-example" rev="1.1.0">
<artifact name="openapi-example" type="war" />
</dependency>
@Grapes(
@Grab(group='org.microprofile-ext.openapi-ext', module='openapi-example', version='1.1.0')
)
libraryDependencies += "org.microprofile-ext.openapi-ext" % "openapi-example" % "1.1.0"
[org.microprofile-ext.openapi-ext/openapi-example "1.1.0"]