How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.sansa-stack.thirdparty.it.unibz.inf.ontop</groupId>
<artifactId>ontop</artifactId>
<version>4.3.0-2</version>
</dependency>
Choose a version of net.sansa-stack.thirdparty.it.unibz.inf.ontop : ontop to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.3.x |
ontop-4.3.0-2
|
||
ontop-4.3.0-1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.sansa-stack.thirdparty.it.unibz.inf.ontop</groupId>
<artifactId>ontop</artifactId>
<version>4.3.0-2</version>
</dependency>
Advertisement