How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.kiota</groupId>
<artifactId>kiota-maven-plugin-parent</artifactId>
<version>0.0.8</version>
</dependency>
Choose a version of io.kiota : kiota-maven-plugin-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.0.x |
kiota-maven-plugin-parent-0.0.8
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.kiota</groupId>
<artifactId>kiota-maven-plugin-parent</artifactId>
<version>0.0.8</version>
</dependency>
Advertisement