How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.helix</groupId>
<artifactId>helix</artifactId>
<version>1.2.0</version>
</dependency>
Choose a version of org.apache.helix : helix to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.2.x |
helix-1.2.0
|
||
1.1.x |
helix-1.1.0
|
||
1.0.x |
helix-1.0.4
|
CVE-2022-47500 | |
helix-1.0.3
|
CVE-2022-47500 | ||
helix-1.0.2
|
CVE-2022-47500 | ||
helix-1.0.1
|
CVE-2022-47500 | ||
helix-1.0.0
|
CVE-2022-47500 | ||
0.9.x |
helix-0.9.10
|
CVE-2022-47500 | |
helix-0.9.9
|
CVE-2022-47500 | ||
helix-0.9.8
|
CVE-2022-47500 | ||
helix-0.9.7
|
CVE-2022-47500 | ||
helix-0.9.4
|
CVE-2022-47500 | ||
helix-0.9.1
|
CVE-2022-47500 | ||
helix-0.9.0.1
|
CVE-2022-47500 | ||
helix-0.9.0
|
CVE-2022-47500 | ||
0.8.x |
helix-0.8.4
|
CVE-2022-47500 | |
helix-0.8.3
|
CVE-2022-47500 | ||
helix-0.8.2
|
CVE-2022-47500 | ||
helix-0.8.1
|
CVE-2022-47500 | ||
helix-0.8.0
|
CVE-2022-47500 | ||
0.7.x |
helix-0.7.1
|
||
helix-0.7.0-incubating
|
|||
0.6.x |
helix-0.6.9
|
||
helix-0.6.8
|
|||
helix-0.6.7
|
|||
helix-0.6.6
|
|||
helix-0.6.5
|
|||
helix-0.6.4
|
|||
helix-0.6.3
|
|||
helix-0.6.2-incubating
|
|||
helix-0.6.1-incubating
|
|||
helix-0.6.0-incubating
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.helix</groupId>
<artifactId>helix</artifactId>
<version>1.2.0</version>
</dependency>
Advertisement