How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.mizool.tool</groupId>
<artifactId>tool</artifactId>
<version>1.0</version>
</dependency>
Choose a version of com.github.mizool.tool : tool to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0 |
tool-1.0
|
||
0.52 |
tool-0.52
|
||
0.51 |
tool-0.51
|
||
0.50 |
tool-0.50
|
||
0.49.x |
tool-0.49.1
|
||
0.49 |
tool-0.49
|
||
0.48 |
tool-0.48-TALOS
|
||
tool-0.48
|
|||
0.47 |
tool-0.47-TALOS
|
||
tool-0.47
|
|||
0.46 |
tool-0.46
|
||
0.45 |
tool-0.45
|
||
0.44 |
tool-0.44
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.mizool.tool</groupId>
<artifactId>tool</artifactId>
<version>1.0</version>
</dependency>
Advertisement