How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.knox</groupId>
<artifactId>gateway</artifactId>
<version>1.6.1</version>
</dependency>
Choose a version of org.apache.knox : gateway to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.6.x |
gateway-1.6.1
|
||
gateway-1.6.0
|
CVE-2021-42357 | ||
1.5.x |
gateway-1.5.0
|
CVE-2021-42357 | |
1.4.x |
gateway-1.4.0
|
CVE-2021-42357 | |
1.3.x |
gateway-1.3.0
|
CVE-2021-42357 | |
1.2.x |
gateway-1.2.0
|
CVE-2021-42357 | |
1.1.x |
gateway-1.1.0
|
CVE-2021-42357 | |
1.0.x |
gateway-1.0.0
|
CVE-2021-42357 | |
0.14.x |
gateway-0.14.0
|
CVE-2021-42357 | |
0.13.x |
gateway-0.13.0
|
CVE-2021-42357 | |
0.12.x |
gateway-0.12.0
|
CVE-2021-42357 | |
0.11.x |
gateway-0.11.0
|
CVE-2021-42357 | |
0.10.x |
gateway-0.10.0
|
CVE-2021-42357 | |
0.9.x |
gateway-0.9.1
|
CVE-2021-42357 | |
gateway-0.9.0
|
CVE-2021-42357 | ||
0.8.x |
gateway-0.8.0
|
CVE-2021-42357 | |
0.7.x |
gateway-0.7.0
|
CVE-2021-42357 | |
0.6.x |
gateway-0.6.0
|
CVE-2021-42357 | |
0.5.x |
gateway-0.5.1
|
CVE-2021-42357 | |
gateway-0.5.0
|
CVE-2021-42357 |
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.knox</groupId>
<artifactId>gateway</artifactId>
<version>1.6.1</version>
</dependency>
Advertisement