How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>pro.taskana.simplehistory</groupId>
<artifactId>taskana-simplehistory-parent</artifactId>
<version>3.2.0</version>
</dependency>
Choose a version of pro.taskana.simplehistory : taskana-simplehistory-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.2.x |
taskana-simplehistory-parent-3.2.0
|
||
3.1.x |
taskana-simplehistory-parent-3.1.0
|
||
3.0.x |
taskana-simplehistory-parent-3.0.0
|
||
2.1.x |
taskana-simplehistory-parent-2.1.1
|
||
taskana-simplehistory-parent-2.1.0
|
|||
2.0.x |
taskana-simplehistory-parent-2.0.1
|
||
taskana-simplehistory-parent-2.0.0
|
|||
1.2.x |
taskana-simplehistory-parent-1.2.2
|
||
taskana-simplehistory-parent-1.2.1
|
|||
taskana-simplehistory-parent-1.2.0
|
|||
1.1.x |
taskana-simplehistory-parent-1.1.5
|
||
taskana-simplehistory-parent-1.1.4
|
|||
taskana-simplehistory-parent-1.1.2
|
|||
0.0.x |
taskana-simplehistory-parent-0.0.9
|
POM as dependency in dependencyManagement
<dependency>
<groupId>pro.taskana.simplehistory</groupId>
<artifactId>taskana-simplehistory-parent</artifactId>
<version>3.2.0</version>
</dependency>
Advertisement