k

kurento-jsonrpc

Kurento JSON-RPC protocol with transports based on http and websocket
http://www.kurento.org/docs/${project.version}
GNU Lesser General Public License
Kurento
-kurento.org Community
Files download
File Operation
kurento-jsonrpc-6.2.0.pom download
Apache Maven
<dependency>
  <groupId>org.kurento</groupId>
  <artifactId>kurento-jsonrpc</artifactId>
  <version>6.2.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.kurento:kurento-jsonrpc:6.2.0'
Gradle Kotlin
implementation("org.kurento:kurento-jsonrpc:6.2.0")
Scala SBT
libraryDependencies += "org.kurento" % "kurento-jsonrpc" % "6.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.kurento', module='kurento-jsonrpc', version='6.2.0')
)
Apache Ivy
<dependency org="org.kurento" name="kurento-jsonrpc" rev="6.2.0" />
Leiningen
[org.kurento/kurento-jsonrpc "6.2.0"]
Apache Buildr
'org.kurento:kurento-jsonrpc:jar:6.2.0'