How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.symcpe.hendrix</groupId>
<artifactId>install</artifactId>
<version>0.0.34</version>
</dependency>
Choose a version of io.symcpe.hendrix : install to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.0.x |
install-0.0.34
|
||
install-0.0.33
|
|||
install-0.0.32
|
|||
install-0.0.30
|
|||
install-0.0.29
|
|||
install-0.0.28
|
|||
install-0.0.25
|
|||
install-0.0.23
|
|||
install-0.0.22
|
|||
install-0.0.20
|
|||
install-0.0.18
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.symcpe.hendrix</groupId>
<artifactId>install</artifactId>
<version>0.0.34</version>
</dependency>
Advertisement