How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.xezzon</groupId>
<artifactId>tao</artifactId>
<version>0.13.0</version>
</dependency>
Choose a version of io.github.xezzon : tao to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.13.x |
tao-0.13.0
|
||
0.12.x |
tao-0.12.0
|
||
0.11.x |
tao-0.11.0
|
||
0.10.x |
tao-0.10.1
|
||
tao-0.10.0
|
|||
0.9.x |
tao-0.9.2
|
||
tao-0.9.1
|
|||
tao-0.9.0
|
|||
0.8.x |
tao-0.8.1
|
||
tao-0.8.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.xezzon</groupId>
<artifactId>tao</artifactId>
<version>0.13.0</version>
</dependency>
Advertisement