How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.zeebe.hazelcast</groupId>
<artifactId>root</artifactId>
<version>1.4.0</version>
</dependency>
Choose a version of io.zeebe.hazelcast : root to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.4.x |
root-1.4.0
|
||
root-1.4.0-alpha1
|
|||
1.3.x |
root-1.3.1
|
||
root-1.3.0
|
|||
1.2.x |
root-1.2.1
|
||
root-1.2.0
|
|||
1.1.x |
root-1.1.0
|
||
1.0.x |
root-1.0.1
|
||
root-1.0.0
|
|||
0.10.x |
root-0.10.0
|
||
root-0.10.0-alpha1
|
|||
0.9.x |
root-0.9.1
|
||
root-0.9.0
|
|||
root-0.9.0-alpha1
|
|||
0.8.x |
root-0.8.0
|
||
root-0.8.0-alpha2
|
|||
root-0.8.0-alpha1
|
|||
0.7.x |
root-0.7.0
|
||
root-0.7.0-alpha1
|
|||
0.6.x |
root-0.6.0
|
||
0.5.x |
root-0.5.0
|
||
0.4.x |
root-0.4.0
|
||
0.3.x |
root-0.3.0
|
||
0.2.x |
root-0.2.0
|
||
0.1.x |
root-0.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.zeebe.hazelcast</groupId>
<artifactId>root</artifactId>
<version>1.4.0</version>
</dependency>
Advertisement