How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.sinsz.c</groupId>
<artifactId>bxfs-mvc</artifactId>
<version>1.0.2</version>
</dependency>
Choose a version of com.sinsz.c : bxfs-mvc to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
bxfs-mvc-1.0.2
|
||
bxfs-mvc-1.0.1
|
|||
bxfs-mvc-1.0.0
|
|||
0.0.x |
bxfs-mvc-0.0.2
|
||
bxfs-mvc-0.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.sinsz.c</groupId>
<artifactId>bxfs-mvc</artifactId>
<version>1.0.2</version>
</dependency>
Advertisement