How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-elephas</artifactId>
<version>3.17.0</version>
</dependency>
Choose a version of org.apache.jena : jena-elephas to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.17.x |
jena-elephas-3.17.0
|
||
3.16.x |
jena-elephas-3.16.0
|
||
3.15.x |
jena-elephas-3.15.0
|
||
3.14.x |
jena-elephas-3.14.0
|
||
3.13.x |
jena-elephas-3.13.1
|
||
jena-elephas-3.13.0
|
|||
3.12.x |
jena-elephas-3.12.0
|
||
3.11.x |
jena-elephas-3.11.0
|
||
3.10.x |
jena-elephas-3.10.0
|
||
3.9.x |
jena-elephas-3.9.0
|
||
3.8.x |
jena-elephas-3.8.0
|
||
3.7.x |
jena-elephas-3.7.0
|
||
3.6.x |
jena-elephas-3.6.0
|
||
3.5.x |
jena-elephas-3.5.0
|
||
3.4.x |
jena-elephas-3.4.0
|
||
3.3.x |
jena-elephas-3.3.0
|
||
3.2.x |
jena-elephas-3.2.0
|
||
3.1.x |
jena-elephas-3.1.1
|
||
jena-elephas-3.1.0
|
|||
3.0.x |
jena-elephas-3.0.1
|
||
jena-elephas-3.0.0
|
|||
0.9.x |
jena-elephas-0.9.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-elephas</artifactId>
<version>3.17.0</version>
</dependency>
Advertisement