Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.microprofile.openapi |
ArtifactId | ArtifactIdmicroprofile-openapi-api |
Version | Version2.0.1 |
Type | Typejar |
<!-- 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.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.microprofile.openapi/microprofile-openapi-api/
implementation 'org.eclipse.microprofile.openapi:microprofile-openapi-api:2.0.1'
// https://jarcasting.com/artifacts/org.eclipse.microprofile.openapi/microprofile-openapi-api/
implementation ("org.eclipse.microprofile.openapi:microprofile-openapi-api:2.0.1")
'org.eclipse.microprofile.openapi:microprofile-openapi-api:jar:2.0.1'
<dependency org="org.eclipse.microprofile.openapi" name="microprofile-openapi-api" rev="2.0.1">
<artifact name="microprofile-openapi-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.microprofile.openapi', module='microprofile-openapi-api', version='2.0.1')
)
libraryDependencies += "org.eclipse.microprofile.openapi" % "microprofile-openapi-api" % "2.0.1"
[org.eclipse.microprofile.openapi/microprofile-openapi-api "2.0.1"]