is not current version
Last Version 3.1-RC1

org.eclipse.microprofile.openapi:microprofile-openapi-api 2.0-RC2

MicroProfile OpenAPI API :: API

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.microprofile.openapi
ArtifactId

ArtifactId

microprofile-openapi-api
Version

Version

2.0-RC2
Type

Type

jar

Download microprofile-openapi-api 2.0-RC2


<!-- https://jarcasting.com/artifacts/org.eclipse.microprofile.openapi/microprofile-openapi-api/ -->
<dependency>
    <groupId>org.eclipse.microprofile.openapi</groupId>
    <artifactId>microprofile-openapi-api</artifactId>
    <version>2.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.microprofile.openapi/microprofile-openapi-api/
implementation 'org.eclipse.microprofile.openapi:microprofile-openapi-api:2.0-RC2'
// https://jarcasting.com/artifacts/org.eclipse.microprofile.openapi/microprofile-openapi-api/
implementation ("org.eclipse.microprofile.openapi:microprofile-openapi-api:2.0-RC2")
'org.eclipse.microprofile.openapi:microprofile-openapi-api:jar:2.0-RC2'
<dependency org="org.eclipse.microprofile.openapi" name="microprofile-openapi-api" rev="2.0-RC2">
  <artifact name="microprofile-openapi-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.microprofile.openapi', module='microprofile-openapi-api', version='2.0-RC2')
)
libraryDependencies += "org.eclipse.microprofile.openapi" % "microprofile-openapi-api" % "2.0-RC2"
[org.eclipse.microprofile.openapi/microprofile-openapi-api "2.0-RC2"]