How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.eclipse.tahu</groupId>
<artifactId>tahu</artifactId>
<version>1.0.5</version>
</dependency>
Choose a version of org.eclipse.tahu : tahu to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
tahu-1.0.5
|
||
tahu-1.0.4
|
|||
tahu-1.0.3
|
|||
tahu-1.0.2
|
|||
tahu-1.0.1
|
|||
tahu-1.0.0
|
|||
tahu-1.0.0-rc1
|
|||
0.5.x |
tahu-0.5.18
|
||
tahu-0.5.17
|
|||
tahu-0.5.16
|
|||
tahu-0.5.15
|
|||
tahu-0.5.14
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.eclipse.tahu</groupId>
<artifactId>tahu</artifactId>
<version>1.0.5</version>
</dependency>
Advertisement