How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>ai.kognition.pilecv4j</groupId>
<artifactId>native-image</artifactId>
<version>0.16</version>
</dependency>
Choose a version of ai.kognition.pilecv4j : native-image to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.16 |
native-image-0.16
|
POM as dependency in dependencyManagement
<dependency>
<groupId>ai.kognition.pilecv4j</groupId>
<artifactId>native-image</artifactId>
<version>0.16</version>
</dependency>
Advertisement