How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.zeebe</groupId>
<artifactId>zb-util-root</artifactId>
<version>0.10.1</version>
</dependency>
Choose a version of io.zeebe : zb-util-root to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.10.x |
zb-util-root-0.10.1
|
||
zb-util-root-0.10.0
|
|||
0.9.x |
zb-util-root-0.9.0
|
||
0.8.x |
zb-util-root-0.8.0
|
||
0.7.x |
zb-util-root-0.7.0
|
||
0.6.x |
zb-util-root-0.6.0
|
||
0.5.x |
zb-util-root-0.5.0
|
||
0.4.x |
zb-util-root-0.4.0
|
||
0.3.x |
zb-util-root-0.3.0
|
||
0.2.x |
zb-util-root-0.2.0
|
||
0.1.x |
zb-util-root-0.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.zeebe</groupId>
<artifactId>zb-util-root</artifactId>
<version>0.10.1</version>
</dependency>
Advertisement