How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.fluidsonic</groupId>
<artifactId>fluid-stdlib-macosx64</artifactId>
<version>0.9.27</version>
</dependency>
Choose a version of com.github.fluidsonic : fluid-stdlib-macosx64 to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.9.x |
fluid-stdlib-macosx64-0.9.27
|
||
fluid-stdlib-macosx64-0.9.26
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.fluidsonic</groupId>
<artifactId>fluid-stdlib-macosx64</artifactId>
<version>0.9.27</version>
</dependency>
Advertisement