How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.bes2008.solution.agileway.metrics</groupId>
<artifactId>agileway-metrics</artifactId>
<version>4.3.1</version>
</dependency>
Choose a version of io.github.bes2008.solution.agileway.metrics : agileway-metrics to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.3.x |
agileway-metrics-4.3.1
|
||
agileway-metrics-4.3.0
|
|||
4.2.x |
agileway-metrics-4.2.2
|
||
agileway-metrics-4.2.1
|
|||
agileway-metrics-4.2.0
|
|||
4.1.x |
agileway-metrics-4.1.2
|
||
agileway-metrics-4.1.1
|
|||
agileway-metrics-4.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.bes2008.solution.agileway.metrics</groupId>
<artifactId>agileway-metrics</artifactId>
<version>4.3.1</version>
</dependency>
Advertisement