Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.microprofile.openapi |
ArtifactId | ArtifactIdmicroprofile-openapi-spec |
Version | Version3.0-RC4 |
Type | Typepom |
Filename | Size |
---|---|
microprofile-openapi-spec-3.0-RC4.pom | |
microprofile-openapi-spec-3.0-RC4.pdf | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.microprofile.openapi/microprofile-openapi-spec/ -->
<dependency>
<groupId>org.eclipse.microprofile.openapi</groupId>
<artifactId>microprofile-openapi-spec</artifactId>
<version>3.0-RC4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.microprofile.openapi/microprofile-openapi-spec/
implementation 'org.eclipse.microprofile.openapi:microprofile-openapi-spec:3.0-RC4'
// https://jarcasting.com/artifacts/org.eclipse.microprofile.openapi/microprofile-openapi-spec/
implementation ("org.eclipse.microprofile.openapi:microprofile-openapi-spec:3.0-RC4")
'org.eclipse.microprofile.openapi:microprofile-openapi-spec:pom:3.0-RC4'
<dependency org="org.eclipse.microprofile.openapi" name="microprofile-openapi-spec" rev="3.0-RC4">
<artifact name="microprofile-openapi-spec" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.microprofile.openapi', module='microprofile-openapi-spec', version='3.0-RC4')
)
libraryDependencies += "org.eclipse.microprofile.openapi" % "microprofile-openapi-spec" % "3.0-RC4"
[org.eclipse.microprofile.openapi/microprofile-openapi-spec "3.0-RC4"]