k

kurento-jsonrpc

Kurento JSON-RPC protocol with transports based on HTTP and WebSocket.
Files download
File Operation
kurento-jsonrpc-6.8.0.pom download
Apache Maven
<dependency>
  <groupId>org.kurento</groupId>
  <artifactId>kurento-jsonrpc</artifactId>
  <version>6.8.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.kurento:kurento-jsonrpc:6.8.0'
Gradle Kotlin
implementation("org.kurento:kurento-jsonrpc:6.8.0")
Scala SBT
libraryDependencies += "org.kurento" % "kurento-jsonrpc" % "6.8.0"
Groovy Grape
@Grapes(
  @Grab(group='org.kurento', module='kurento-jsonrpc', version='6.8.0')
)
Apache Ivy
<dependency org="org.kurento" name="kurento-jsonrpc" rev="6.8.0" />
Leiningen
[org.kurento/kurento-jsonrpc "6.8.0"]
Apache Buildr
'org.kurento:kurento-jsonrpc:jar:6.8.0'