How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.ddth</groupId>
<artifactId>ddth-commons-typesafeconfig</artifactId>
<version>1.1.0</version>
</dependency>
Choose a version of com.github.ddth : ddth-commons-typesafeconfig to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.1.x |
ddth-commons-typesafeconfig-1.1.0
|
||
1.0.x |
ddth-commons-typesafeconfig-1.0.0
|
||
0.9.x |
ddth-commons-typesafeconfig-0.9.3
|
||
ddth-commons-typesafeconfig-0.9.2
|
|||
ddth-commons-typesafeconfig-0.9.1.8
|
|||
ddth-commons-typesafeconfig-0.9.1.7
|
|||
ddth-commons-typesafeconfig-0.9.1.6
|
|||
ddth-commons-typesafeconfig-0.9.1.5
|
|||
ddth-commons-typesafeconfig-0.9.1.4
|
|||
ddth-commons-typesafeconfig-0.9.1.3
|
|||
ddth-commons-typesafeconfig-0.9.1.2
|
|||
ddth-commons-typesafeconfig-0.9.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.ddth</groupId>
<artifactId>ddth-commons-typesafeconfig</artifactId>
<version>1.1.0</version>
</dependency>
Advertisement