How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.danny02</groupId>
<artifactId>DarwinsBox</artifactId>
<version>2.1</version>
</dependency>
Choose a version of com.github.danny02 : DarwinsBox to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.1 |
DarwinsBox-2.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.danny02</groupId>
<artifactId>DarwinsBox</artifactId>
<version>2.1</version>
</dependency>
Advertisement