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