How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.heykb</groupId>
<artifactId>mybatis-sqlhelper-spring-boot-samples</artifactId>
<version>3.0.0.SR1</version>
</dependency>
Choose a version of io.github.heykb : mybatis-sqlhelper-spring-boot-samples to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.0.x |
mybatis-sqlhelper-spring-boot-samples-3.0.0.SR1
|
||
mybatis-sqlhelper-spring-boot-samples-3.0.0
|
|||
1.0.x |
mybatis-sqlhelper-spring-boot-samples-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.heykb</groupId>
<artifactId>mybatis-sqlhelper-spring-boot-samples</artifactId>
<version>3.0.0.SR1</version>
</dependency>
Advertisement