How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.shinanca</groupId>
<artifactId>flatc-linux-ppcle_64</artifactId>
<version>1.12.0</version>
</dependency>
Choose a version of com.github.shinanca : flatc-linux-ppcle_64 to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.12.x |
flatc-linux-ppcle_64-1.12.0
|
||
1.9.x |
flatc-linux-ppcle_64-1.9.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.shinanca</groupId>
<artifactId>flatc-linux-ppcle_64</artifactId>
<version>1.12.0</version>
</dependency>
Advertisement