License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.eclipse.microprofile.openapi |
ArtifactId | ArtifactIdmicroprofile-openapi-parent |
Last Version | Last Version3.1-RC1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionMicroProfile OpenAPI
Eclipse MicroProfile OpenAPI
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
microprofile-openapi-parent-3.1-RC1.pom | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.microprofile.openapi/microprofile-openapi-parent/ -->
<dependency>
<groupId>org.eclipse.microprofile.openapi</groupId>
<artifactId>microprofile-openapi-parent</artifactId>
<version>3.1-RC1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.microprofile.openapi/microprofile-openapi-parent/
implementation 'org.eclipse.microprofile.openapi:microprofile-openapi-parent:3.1-RC1'
// https://jarcasting.com/artifacts/org.eclipse.microprofile.openapi/microprofile-openapi-parent/
implementation ("org.eclipse.microprofile.openapi:microprofile-openapi-parent:3.1-RC1")
'org.eclipse.microprofile.openapi:microprofile-openapi-parent:pom:3.1-RC1'
<dependency org="org.eclipse.microprofile.openapi" name="microprofile-openapi-parent" rev="3.1-RC1">
<artifact name="microprofile-openapi-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.microprofile.openapi', module='microprofile-openapi-parent', version='3.1-RC1')
)
libraryDependencies += "org.eclipse.microprofile.openapi" % "microprofile-openapi-parent" % "3.1-RC1"
[org.eclipse.microprofile.openapi/microprofile-openapi-parent "3.1-RC1"]