How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.mike10004</groupId>
<artifactId>mariadb-dist</artifactId>
<version>10.0.27</version>
</dependency>
Choose a version of com.github.mike10004 : mariadb-dist to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
10.0.x |
mariadb-dist-10.0.27
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.mike10004</groupId>
<artifactId>mariadb-dist</artifactId>
<version>10.0.27</version>
</dependency>
Advertisement