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