GroupId | GroupIdorg.microprofile-ext |
---|---|
ArtifactId | ArtifactIdopenapi-ext |
Version | Version1.0.1 |
Type | Typepom |
Filename | Size |
---|---|
openapi-ext-1.0.1.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.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.microprofile-ext/openapi-ext/
implementation 'org.microprofile-ext:openapi-ext:1.0.1'
// https://jarcasting.com/artifacts/org.microprofile-ext/openapi-ext/
implementation ("org.microprofile-ext:openapi-ext:1.0.1")
'org.microprofile-ext:openapi-ext:pom:1.0.1'
<dependency org="org.microprofile-ext" name="openapi-ext" rev="1.0.1">
<artifact name="openapi-ext" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.microprofile-ext', module='openapi-ext', version='1.0.1')
)
libraryDependencies += "org.microprofile-ext" % "openapi-ext" % "1.0.1"
[org.microprofile-ext/openapi-ext "1.0.1"]