How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.dominokit</groupId>
<artifactId>domino-history</artifactId>
<version>1.0.0</version>
</dependency>
Choose a version of org.dominokit : domino-history to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
domino-history-1.0.0
|
||
domino-history-1.0.0-RC5
|
|||
domino-history-1.0.0-RC4
|
|||
domino-history-1.0.0-RC3
|
|||
domino-history-1.0.0-RC2
|
|||
domino-history-1.0.0-RC1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.dominokit</groupId>
<artifactId>domino-history</artifactId>
<version>1.0.0</version>
</dependency>
Advertisement