How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.conf4j</groupId>
<artifactId>conf4j</artifactId>
<version>2018.10.1</version>
</dependency>
Choose a version of org.conf4j : conf4j to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2018.10.x |
conf4j-2018.10.1
|
||
2017.10.x |
conf4j-2017.10.1
|
||
2017.8.x |
conf4j-2017.8.2
|
||
conf4j-2017.8.1
|
|||
conf4j-2017.8.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.conf4j</groupId>
<artifactId>conf4j</artifactId>
<version>2018.10.1</version>
</dependency>
Advertisement