How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.ui4j</groupId>
<artifactId>ui4j</artifactId>
<version>2.1.0</version>
</dependency>
Choose a version of com.ui4j : ui4j to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.1.x |
ui4j-2.1.0
|
||
2.0.x |
ui4j-2.0.0
|
||
1.2.x |
ui4j-1.2.0
|
||
1.1.x |
ui4j-1.1.0
|
||
1.0.x |
ui4j-1.0.3
|
||
ui4j-1.0.2
|
|||
ui4j-1.0.1
|
|||
ui4j-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.ui4j</groupId>
<artifactId>ui4j</artifactId>
<version>2.1.0</version>
</dependency>
Advertisement