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-5.0.3.pom download
Apache Maven
<dependency>
  <groupId>org.kurento</groupId>
  <artifactId>kurento-jsonrpc</artifactId>
  <version>5.0.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.kurento:kurento-jsonrpc:5.0.3'
Gradle Kotlin
implementation("org.kurento:kurento-jsonrpc:5.0.3")
Scala SBT
libraryDependencies += "org.kurento" % "kurento-jsonrpc" % "5.0.3"
Groovy Grape
@Grapes(
  @Grab(group='org.kurento', module='kurento-jsonrpc', version='5.0.3')
)
Apache Ivy
<dependency org="org.kurento" name="kurento-jsonrpc" rev="5.0.3" />
Leiningen
[org.kurento/kurento-jsonrpc "5.0.3"]
Apache Buildr
'org.kurento:kurento-jsonrpc:jar:5.0.3'