How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.huangtianhua</groupId>
<artifactId>leveldbjni-project</artifactId>
<version>1.8</version>
</dependency>
Choose a version of com.github.huangtianhua : leveldbjni-project to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.9 |
leveldbjni-project-1.9
|
||
1.8 |
leveldbjni-project-1.8
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.huangtianhua</groupId>
<artifactId>leveldbjni-project</artifactId>
<version>1.8</version>
</dependency>
Advertisement