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