How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.lvcn</groupId>
<artifactId>jsboot-common</artifactId>
<version>0.0.6</version>
</dependency>
Choose a version of com.github.lvcn : jsboot-common to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.0.x |
jsboot-common-0.0.6
|
||
jsboot-common-0.0.5
|
|||
jsboot-common-0.0.4
|
|||
jsboot-common-0.0.3
|
|||
jsboot-common-0.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.lvcn</groupId>
<artifactId>jsboot-common</artifactId>
<version>0.0.6</version>
</dependency>
Advertisement