How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>it.unibz.inf.ontop</groupId>
<artifactId>ontop</artifactId>
<version>5.1.0</version>
</dependency>
Choose a version of it.unibz.inf.ontop : ontop to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
5.1.x |
ontop-5.1.0
|
||
5.0.x |
ontop-5.0.2
|
||
ontop-5.0.1
|
|||
ontop-5.0.0
|
|||
4.2.x |
ontop-4.2.2
|
||
ontop-4.2.1
|
|||
ontop-4.2.0
|
|||
4.1.x |
ontop-4.1.1
|
||
ontop-4.1.0
|
|||
4.0.x |
ontop-4.0.2
|
||
ontop-4.0.0
|
|||
ontop-4.0.0-rc-1
|
|||
ontop-4.0.0-beta-1
|
|||
3.0.x |
ontop-3.0.1
|
||
ontop-3.0.0
|
|||
ontop-3.0.0-beta-2
|
|||
ontop-3.0.0-beta-1
|
|||
1.18.x |
ontop-1.18.1
|
||
ontop-1.18.0
|
|||
1.17.x |
ontop-1.17.0
|
||
1.16.x |
ontop-1.16.1
|
||
ontop-1.16.0
|
|||
1.15.x |
ontop-1.15.0
|
||
1.14.x |
ontop-1.14.0
|
||
1.13.x |
ontop-1.13.1
|
||
ontop-1.13.0
|
|||
1.12.x |
ontop-1.12.0
|
||
1.11.x |
ontop-1.11.0
|
||
1.10 |
ontop-1.10
|
POM as dependency in dependencyManagement
<dependency>
<groupId>it.unibz.inf.ontop</groupId>
<artifactId>ontop</artifactId>
<version>5.1.0</version>
</dependency>
Advertisement