How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.walterjwhite.java.modules.compression.modules</groupId>
<artifactId>xz</artifactId>
<version>providers</version>
</dependency>
Choose a version of com.walterjwhite.java.modules.compression.modules : xz to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
providers |
xz-providers
|
||
impl |
xz-impl
|
||
0.0.x |
xz-0.0.17
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.walterjwhite.java.modules.compression.modules</groupId>
<artifactId>xz</artifactId>
<version>providers</version>
</dependency>
Advertisement