How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.l86400</groupId>
<artifactId>lq-framework</artifactId>
<version>1.2.0.2</version>
</dependency>
Choose a version of io.github.l86400 : lq-framework to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.2.x |
lq-framework-1.2.0.2
|
||
lq-framework-1.2.0.1
|
|||
1.1.x |
lq-framework-1.1.0
|
||
1.0 |
lq-framework-1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.l86400</groupId>
<artifactId>lq-framework</artifactId>
<version>1.2.0.2</version>
</dependency>
Advertisement