How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.cedarsoft.utils</groupId>
<artifactId>history</artifactId>
<version>ui</version>
</dependency>
Choose a version of com.cedarsoft.utils : history to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.3.x |
history-1.3.7
|
||
history-1.3.6
|
|||
history-1.3.5
|
|||
history-1.3.4
|
|||
history-1.3.3
|
|||
history-1.3.2
|
|||
ui |
history-ui
|
||
core |
history-core
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.cedarsoft.utils</groupId>
<artifactId>history</artifactId>
<version>ui</version>
</dependency>
Advertisement