How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-bom</artifactId>
<version>2.8.0</version>
</dependency>
Choose a version of org.apache.tika : tika-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.8.x |
tika-bom-2.8.0
|
||
2.7.x |
tika-bom-2.7.0
|
||
2.6.x |
tika-bom-2.6.0
|
||
2.5.x |
tika-bom-2.5.0
|
||
2.4.x |
tika-bom-2.4.1
|
||
tika-bom-2.4.0
|
|||
2.3.x |
tika-bom-2.3.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-bom</artifactId>
<version>2.8.0</version>
</dependency>
Advertisement