How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.ddth</groupId>
<artifactId>ddth-simplehll-all</artifactId>
<version>0.1.2</version>
</dependency>
Choose a version of com.github.ddth : ddth-simplehll-all to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.1.x |
ddth-simplehll-all-0.1.2
|
||
ddth-simplehll-all-0.1.1
|
|||
ddth-simplehll-all-0.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.ddth</groupId>
<artifactId>ddth-simplehll-all</artifactId>
<version>0.1.2</version>
</dependency>
Advertisement