MVN

org.kurento : kurento-maven-plugin

Maven & Gradle

Mar 10, 2023
56 stars

Kurento Maven Plugin · Generates Java and Javascript client code from Kurento Media Server module description files.

<plugin>
    <groupId>org.kurento</groupId>
    <artifactId>kurento-maven-plugin</artifactId>
    <version>7.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kurento : kurento-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 7.0.0

All Versions

Choose a version of org.kurento : kurento-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
7.0.x
kurento-maven-plugin-7.0.0
6.18.x
kurento-maven-plugin-6.18.0
6.15.x
kurento-maven-plugin-6.15.0
6.14.x
kurento-maven-plugin-6.14.0
6.7.x
kurento-maven-plugin-6.7.0
2.0.x
kurento-maven-plugin-2.0.2
kurento-maven-plugin-2.0.1
kurento-maven-plugin-2.0.0
1.0.x
kurento-maven-plugin-1.0.5
kurento-maven-plugin-1.0.4
kurento-maven-plugin-1.0.3
kurento-maven-plugin-1.0.2

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.kurento</groupId>
    <artifactId>kurento-maven-plugin</artifactId>
    <version>7.0.0</version>
</plugin>

Advertisement