How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.light0x00</groupId>
<artifactId>lighty</artifactId>
<version>0.0.1</version>
</dependency>
Choose a version of io.github.light0x00 : lighty to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.0.x |
lighty-0.0.1
|
||
lighty-0.0.1-alpha.2
|
|||
lighty-0.0.1-alpha.1
|
|||
lighty-0.0.1-alpha
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.light0x00</groupId>
<artifactId>lighty</artifactId>
<version>0.0.1</version>
</dependency>
Advertisement