How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>it.unibz.inf.ontop</groupId>
<artifactId>ontop-system</artifactId>
<version>5.1.0</version>
</dependency>
Choose a version of it.unibz.inf.ontop : ontop-system to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
5.1.x |
ontop-system-5.1.0
|
||
5.0.x |
ontop-system-5.0.2
|
||
ontop-system-5.0.1
|
|||
ontop-system-5.0.0
|
|||
4.2.x |
ontop-system-4.2.2
|
||
ontop-system-4.2.1
|
|||
ontop-system-4.2.0
|
|||
4.1.x |
ontop-system-4.1.1
|
||
ontop-system-4.1.0
|
|||
4.0.x |
ontop-system-4.0.2
|
||
ontop-system-4.0.0
|
|||
ontop-system-4.0.0-rc-1
|
|||
ontop-system-4.0.0-beta-1
|
|||
3.0.x |
ontop-system-3.0.1
|
||
ontop-system-3.0.0
|
|||
ontop-system-3.0.0-beta-2
|
|||
ontop-system-3.0.0-beta-1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>it.unibz.inf.ontop</groupId>
<artifactId>ontop-system</artifactId>
<version>5.1.0</version>
</dependency>
Advertisement