How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.imixs.marty</groupId>
<artifactId>imixs-marty</artifactId>
<version>4.1.17</version>
</dependency>
Choose a version of org.imixs.marty : imixs-marty to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.1.x |
imixs-marty-4.1.17
|
||
imixs-marty-4.1.16
|
|||
imixs-marty-4.1.15
|
|||
imixs-marty-4.1.14
|
|||
imixs-marty-4.1.13
|
|||
imixs-marty-4.1.12
|
|||
imixs-marty-4.1.11
|
|||
imixs-marty-4.1.10
|
|||
imixs-marty-4.1.9
|
|||
imixs-marty-4.1.8
|
|||
imixs-marty-4.1.7
|
|||
imixs-marty-4.1.6
|
|||
imixs-marty-4.1.5
|
|||
imixs-marty-4.1.4
|
|||
imixs-marty-4.1.3
|
|||
imixs-marty-4.1.2
|
|||
imixs-marty-4.1.1
|
|||
imixs-marty-4.1.0
|
|||
4.0.x |
imixs-marty-4.0.1
|
||
imixs-marty-4.0.0
|
|||
3.4.x |
imixs-marty-3.4.6-patch-355-rc1
|
||
imixs-marty-3.4.6
|
|||
imixs-marty-3.4.5
|
|||
imixs-marty-3.4.4
|
|||
imixs-marty-3.4.3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.imixs.marty</groupId>
<artifactId>imixs-marty</artifactId>
<version>4.1.17</version>
</dependency>
Advertisement