How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.duanxinyuan</groupId>
<artifactId>library-config</artifactId>
<version>1.3.1</version>
</dependency>
Choose a version of com.github.duanxinyuan : library-config to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.4.x |
library-config-1.4.0
|
||
1.3.x |
library-config-1.3.1
|
||
library-config-1.3.0
|
|||
1.1.x |
library-config-1.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.duanxinyuan</groupId>
<artifactId>library-config</artifactId>
<version>1.3.1</version>
</dependency>
Advertisement