How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>ai.konduit.serving</groupId>
<artifactId>konduit-serving-metrics</artifactId>
<version>0.3.0</version>
</dependency>
Choose a version of ai.konduit.serving : konduit-serving-metrics to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.3.x |
konduit-serving-metrics-0.3.0
|
||
0.1.x |
konduit-serving-metrics-0.1.0
|
||
0.0.x |
konduit-serving-metrics-0.0.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>ai.konduit.serving</groupId>
<artifactId>konduit-serving-metrics</artifactId>
<version>0.3.0</version>
</dependency>
Advertisement