How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.kasinf</groupId>
<artifactId>ks-boot-parent</artifactId>
<version>1.4.0</version>
</dependency>
Choose a version of com.kasinf : ks-boot-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.4.x |
ks-boot-parent-1.4.0
|
||
1.3.x |
ks-boot-parent-1.3.0
|
||
1.2.x |
ks-boot-parent-1.2.5.RELEASE
|
||
ks-boot-parent-1.2.4.RELEASE
|
|||
ks-boot-parent-1.2.3.RELEASE
|
|||
ks-boot-parent-1.2.1.RELEASE
|
|||
1.1.x |
ks-boot-parent-1.1.2.RELEASE
|
||
ks-boot-parent-1.1.1.RELEASE
|
|||
ks-boot-parent-1.1.0.RELEASE
|
|||
1.0.x |
ks-boot-parent-1.0.11.RELEASE
|
||
ks-boot-parent-1.0.10.RELEASE
|
|||
ks-boot-parent-1.0.9.RELEASE
|
|||
ks-boot-parent-1.0.8.RELEASE
|
|||
ks-boot-parent-1.0.7.RELEASE
|
|||
ks-boot-parent-1.0.6.RELEASE
|
|||
ks-boot-parent-1.0.5
|
|||
ks-boot-parent-1.0.2
|
|||
ks-boot-parent-1.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.kasinf</groupId>
<artifactId>ks-boot-parent</artifactId>
<version>1.4.0</version>
</dependency>
Advertisement