How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.autoscaler</groupId>
<artifactId>autoscale-aggregator</artifactId>
<version>2.0.1-934</version>
</dependency>
Choose a version of com.github.autoscaler : autoscale-aggregator to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0.x |
autoscale-aggregator-2.0.1-934
|
||
autoscale-aggregator-2.0.0-914
|
|||
1.10.x |
autoscale-aggregator-1.10.1-897
|
||
autoscale-aggregator-1.10.0-869
|
|||
1.9.x |
autoscale-aggregator-1.9.2-833
|
||
autoscale-aggregator-1.9.1-797
|
|||
autoscale-aggregator-1.9.0-659
|
|||
1.8.x |
autoscale-aggregator-1.8.2-570
|
||
autoscale-aggregator-1.8.1-542
|
|||
autoscale-aggregator-1.8.0-493
|
|||
1.7.x |
autoscale-aggregator-1.7.0-363
|
||
1.6.x |
autoscale-aggregator-1.6.1-313
|
||
autoscale-aggregator-1.6.0-311
|
|||
1.5.x |
autoscale-aggregator-1.5.0-275
|
||
1.4.x |
autoscale-aggregator-1.4.0-242
|
||
1.3.x |
autoscale-aggregator-1.3.0-158
|
||
1.2.x |
autoscale-aggregator-1.2.0-79
|
||
1.1.x |
autoscale-aggregator-1.1.0-43
|
||
1.0.x |
autoscale-aggregator-1.0.1-39
|
||
autoscale-aggregator-1.0.0-12
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.autoscaler</groupId>
<artifactId>autoscale-aggregator</artifactId>
<version>2.0.1-934</version>
</dependency>
Advertisement