How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.kurento</groupId>
<artifactId>kurento-room</artifactId>
<version>6.6.0</version>
</dependency>
Choose a version of org.kurento : kurento-room to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
6.6.x |
kurento-room-6.6.0
|
||
6.5.x |
kurento-room-6.5.0
|
||
6.3.x |
kurento-room-6.3.1
|
||
kurento-room-6.3.0
|
|||
6.2.x |
kurento-room-6.2.0
|
||
6.1.x |
kurento-room-6.1.0
|
||
6.0.x |
kurento-room-6.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.kurento</groupId>
<artifactId>kurento-room</artifactId>
<version>6.6.0</version>
</dependency>
Advertisement