How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.ddth</groupId>
<artifactId>ddth-commons</artifactId>
<version>1.1.0</version>
</dependency>
Choose a version of com.github.ddth : ddth-commons to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.1.x |
ddth-commons-1.1.0
|
||
1.0.x |
ddth-commons-1.0.0
|
||
0.9.x |
ddth-commons-0.9.3
|
||
ddth-commons-0.9.2
|
|||
ddth-commons-0.9.1.8
|
|||
ddth-commons-0.9.1.7
|
|||
ddth-commons-0.9.1.6
|
|||
ddth-commons-0.9.1.5
|
|||
ddth-commons-0.9.1.4
|
|||
ddth-commons-0.9.1.3
|
|||
ddth-commons-0.9.1.2
|
|||
ddth-commons-0.9.1
|
|||
ddth-commons-0.9.0
|
|||
0.8.x |
ddth-commons-0.8.0
|
||
0.7.x |
ddth-commons-0.7.1.1
|
||
ddth-commons-0.7.0.1
|
|||
ddth-commons-0.7.0
|
|||
0.6.x |
ddth-commons-0.6.3.3
|
||
ddth-commons-0.6.3.2
|
|||
ddth-commons-0.6.3.1
|
|||
ddth-commons-0.6.3
|
|||
ddth-commons-0.6.2.2
|
|||
ddth-commons-0.6.2.1
|
|||
ddth-commons-0.6.2
|
|||
ddth-commons-0.6.1.1
|
|||
ddth-commons-0.6.1
|
|||
ddth-commons-0.6.0.2
|
|||
ddth-commons-0.6.0.1
|
|||
ddth-commons-0.6.0
|
|||
0.5.x |
ddth-commons-0.5.0
|
||
0.4.x |
ddth-commons-0.4.0
|
||
0.3.x |
ddth-commons-0.3.2.2
|
||
ddth-commons-0.3.2.1
|
|||
ddth-commons-0.3.2
|
|||
ddth-commons-0.3.1
|
|||
ddth-commons-0.3.0.6
|
|||
ddth-commons-0.3.0.5
|
|||
0.2.x |
ddth-commons-0.2.2.3
|
||
ddth-commons-0.2.2.2
|
|||
ddth-commons-0.2.2.1
|
|||
ddth-commons-0.2.2
|
|||
ddth-commons-0.2.1.1
|
|||
ddth-commons-0.2.1
|
|||
ddth-commons-0.2.0
|
|||
0.1.x |
ddth-commons-0.1.2
|
||
ddth-commons-0.1.1
|
|||
ddth-commons-0.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.ddth</groupId>
<artifactId>ddth-commons</artifactId>
<version>1.1.0</version>
</dependency>
Advertisement