How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.artfii.fluentsql</groupId>
<artifactId>fluentsql-exmaple</artifactId>
<version>0.0.9</version>
</dependency>
Choose a version of com.artfii.fluentsql : fluentsql-exmaple to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.0.x |
fluentsql-exmaple-0.0.9
|
||
fluentsql-exmaple-0.0.8.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.artfii.fluentsql</groupId>
<artifactId>fluentsql-exmaple</artifactId>
<version>0.0.9</version>
</dependency>
Advertisement