How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.sunshower.aire.ux.controls</groupId>
<artifactId>aire-switch</artifactId>
<version>1.0.22.Final</version>
</dependency>
Choose a version of io.sunshower.aire.ux.controls : aire-switch to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
aire-switch-1.0.22.Final
|
||
aire-switch-1.0.20.Final
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.sunshower.aire.ux.controls</groupId>
<artifactId>aire-switch</artifactId>
<version>1.0.22.Final</version>
</dependency>
Advertisement