Categories |
CategoriesJetty Container Application Servers CLI User Interface JSON Data |
---|---|
GroupId | GroupIdorg.kurento |
ArtifactId | ArtifactIdkurento-jsonrpc-client-jetty |
Version | Version6.14.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.kurento/kurento-jsonrpc-client-jetty/ -->
<dependency>
<groupId>org.kurento</groupId>
<artifactId>kurento-jsonrpc-client-jetty</artifactId>
<version>6.14.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.kurento/kurento-jsonrpc-client-jetty/
implementation 'org.kurento:kurento-jsonrpc-client-jetty:6.14.0'
// https://jarcasting.com/artifacts/org.kurento/kurento-jsonrpc-client-jetty/
implementation ("org.kurento:kurento-jsonrpc-client-jetty:6.14.0")
'org.kurento:kurento-jsonrpc-client-jetty:jar:6.14.0'
<dependency org="org.kurento" name="kurento-jsonrpc-client-jetty" rev="6.14.0">
<artifact name="kurento-jsonrpc-client-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kurento', module='kurento-jsonrpc-client-jetty', version='6.14.0')
)
libraryDependencies += "org.kurento" % "kurento-jsonrpc-client-jetty" % "6.14.0"
[org.kurento/kurento-jsonrpc-client-jetty "6.14.0"]