How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.jrebirth.af</groupId>
<artifactId>iconfont-bridge</artifactId>
<version>525icons</version>
</dependency>
Choose a version of org.jrebirth.af : iconfont-bridge to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
8.6.x |
iconfont-bridge-8.6.0
|
||
525icons |
iconfont-bridge-525icons
|
||
weathericons |
iconfont-bridge-weathericons
|
||
typicons |
iconfont-bridge-typicons
|
||
fontawesome |
iconfont-bridge-fontawesome
|
||
emojione |
iconfont-bridge-emojione
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.jrebirth.af</groupId>
<artifactId>iconfont-bridge</artifactId>
<version>525icons</version>
</dependency>
Advertisement