How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.shijingsh</groupId>
<artifactId>xiushang-boot</artifactId>
<version>1.6.1</version>
</dependency>
Choose a version of com.github.shijingsh : xiushang-boot to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.6.x |
xiushang-boot-1.6.1
|
||
xiushang-boot-1.6.0
|
|||
1.5.x |
xiushang-boot-1.5.4
|
||
xiushang-boot-1.5.2
|
|||
xiushang-boot-1.5.1
|
|||
xiushang-boot-1.5.0
|
|||
1.4.x |
xiushang-boot-1.4.4
|
||
xiushang-boot-1.4.2
|
|||
xiushang-boot-1.4.1
|
|||
1.3.x |
xiushang-boot-1.3.1
|
||
1.2.x |
xiushang-boot-1.2.2
|
||
xiushang-boot-1.2.1
|
|||
xiushang-boot-1.2.0
|
|||
1.1.x |
xiushang-boot-1.1.0
|
||
1.0.x |
xiushang-boot-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.shijingsh</groupId>
<artifactId>xiushang-boot</artifactId>
<version>1.6.1</version>
</dependency>
Advertisement