How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.ultreia.tabb</groupId>
<artifactId>tabb</artifactId>
<version>1.4</version>
</dependency>
Choose a version of io.ultreia.tabb : tabb to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.4 |
tabb-1.4
|
||
1.3 |
tabb-1.3
|
||
1.2 |
tabb-1.2
|
||
1.1 |
tabb-1.1
|
||
1.0 |
tabb-1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.ultreia.tabb</groupId>
<artifactId>tabb</artifactId>
<version>1.4</version>
</dependency>
Advertisement