How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.eclipse.microprofile.openapi</groupId>
<artifactId>microprofile-openapi-spec</artifactId>
<version>3.1.1</version>
</dependency>
Choose a version of org.eclipse.microprofile.openapi : microprofile-openapi-spec to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.1.x |
microprofile-openapi-spec-3.1.1
|
||
3.1 |
microprofile-openapi-spec-3.1
|
||
microprofile-openapi-spec-3.1-RC4
|
|||
microprofile-openapi-spec-3.1-RC3
|
|||
microprofile-openapi-spec-3.1-RC2
|
|||
microprofile-openapi-spec-3.1-RC1
|
|||
3.0 |
microprofile-openapi-spec-3.0
|
||
microprofile-openapi-spec-3.0-RC5
|
|||
microprofile-openapi-spec-3.0-RC4
|
|||
microprofile-openapi-spec-3.0-RC3
|
|||
microprofile-openapi-spec-3.0-RC2
|
|||
microprofile-openapi-spec-3.0-RC1
|
|||
2.0.x |
microprofile-openapi-spec-2.0.1
|
||
microprofile-openapi-spec-2.0.1-RC1
|
|||
2.0 |
microprofile-openapi-spec-2.0
|
||
microprofile-openapi-spec-2.0-RC3
|
|||
microprofile-openapi-spec-2.0-RC2
|
|||
microprofile-openapi-spec-2.0-MR1
|
|||
1.2 |
microprofile-openapi-spec-1.2
|
||
microprofile-openapi-spec-1.2-RC1
|
|||
1.1.x |
microprofile-openapi-spec-1.1.3-RC2
|
||
microprofile-openapi-spec-1.1.3-RC1
|
|||
microprofile-openapi-spec-1.1.2
|
|||
microprofile-openapi-spec-1.1.1
|
|||
1.1 |
microprofile-openapi-spec-1.1
|
||
microprofile-openapi-spec-1.1-RC1
|
|||
1.0.x |
microprofile-openapi-spec-1.0.1
|
||
1.0 |
microprofile-openapi-spec-1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.eclipse.microprofile.openapi</groupId>
<artifactId>microprofile-openapi-spec</artifactId>
<version>3.1.1</version>
</dependency>
Advertisement