How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.kurento.tutorial</groupId>
<artifactId>kurento-tutorial</artifactId>
<version>6.18.0</version>
</dependency>
Choose a version of org.kurento.tutorial : kurento-tutorial to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
6.18.x |
kurento-tutorial-6.18.0
|
||
6.15.x |
kurento-tutorial-6.15.0
|
||
6.11.x |
kurento-tutorial-6.11.0
|
||
6.8.x |
kurento-tutorial-6.8.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.kurento.tutorial</groupId>
<artifactId>kurento-tutorial</artifactId>
<version>6.18.0</version>
</dependency>
Advertisement