How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.neodix42</groupId>
<artifactId>top</artifactId>
<version>0.1.5</version>
</dependency>
Choose a version of io.github.neodix42 : top to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.1.x |
top-0.1.5
|
||
top-0.1.4
|
|||
top-0.1.3
|
|||
top-0.1.2
|
|||
top-0.1.1
|
|||
top-0.1.0
|
|||
0.0.x |
top-0.0.8
|
||
top-0.0.7
|
|||
top-0.0.6
|
|||
top-0.0.5
|
|||
top-0.0.4
|
|||
top-0.0.3
|
|||
top-0.0.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.neodix42</groupId>
<artifactId>top</artifactId>
<version>0.1.5</version>
</dependency>
Advertisement