How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>cn.wisewe</groupId>
<artifactId>docx4j-wisewe</artifactId>
<version>1.7.0.RELEASE</version>
</dependency>
Choose a version of cn.wisewe : docx4j-wisewe to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.7.x |
docx4j-wisewe-1.7.0.RELEASE
|
||
1.6.x |
docx4j-wisewe-1.6.1.RELEASE
|
||
docx4j-wisewe-1.6.0.RELEASE
|
|||
1.5.x |
docx4j-wisewe-1.5.1.RELEASE
|
||
docx4j-wisewe-1.5.0.RELEASE
|
|||
1.4.x |
docx4j-wisewe-1.4.2.RELEASE
|
||
docx4j-wisewe-1.4.1.RELEASE
|
|||
docx4j-wisewe-1.4.0.RELEASE
|
|||
1.3.x |
docx4j-wisewe-1.3.0.RELEASE
|
||
1.2.x |
docx4j-wisewe-1.2.3.RELEASE
|
||
docx4j-wisewe-1.2.2.RELEASE
|
|||
docx4j-wisewe-1.2.1.RELEASE
|
|||
docx4j-wisewe-1.2.0.RELEASE
|
|||
1.1.x |
docx4j-wisewe-1.1.0.RELEASE
|
||
1.0.x |
docx4j-wisewe-1.0.2.RELEASE
|
||
docx4j-wisewe-1.0.1
|
|||
docx4j-wisewe-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>cn.wisewe</groupId>
<artifactId>docx4j-wisewe</artifactId>
<version>1.7.0.RELEASE</version>
</dependency>
Advertisement