How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.silks-x</groupId>
<artifactId>springboot-silks-plugins</artifactId>
<version>5.0.1</version>
</dependency>
Choose a version of io.github.silks-x : springboot-silks-plugins to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
5.0.x |
springboot-silks-plugins-5.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.silks-x</groupId>
<artifactId>springboot-silks-plugins</artifactId>
<version>5.0.1</version>
</dependency>
Advertisement