GroupId | GroupIdcom.kurento.kmf |
---|---|
ArtifactId | ArtifactIdkmf-thrift-interface |
Version | Version4.1.0 |
Type | Typejar |
Filename | Size |
---|---|
kmf-thrift-interface-4.1.0.pom | |
kmf-thrift-interface-4.1.0.jar | 29 KB |
kmf-thrift-interface-4.1.0-sources.jar | 18 KB |
kmf-thrift-interface-4.1.0-javadoc.jar | 121 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kurento.kmf/kmf-thrift-interface/ -->
<dependency>
<groupId>com.kurento.kmf</groupId>
<artifactId>kmf-thrift-interface</artifactId>
<version>4.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.kurento.kmf/kmf-thrift-interface/
implementation 'com.kurento.kmf:kmf-thrift-interface:4.1.0'
// https://jarcasting.com/artifacts/com.kurento.kmf/kmf-thrift-interface/
implementation ("com.kurento.kmf:kmf-thrift-interface:4.1.0")
'com.kurento.kmf:kmf-thrift-interface:jar:4.1.0'
<dependency org="com.kurento.kmf" name="kmf-thrift-interface" rev="4.1.0">
<artifact name="kmf-thrift-interface" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kurento.kmf', module='kmf-thrift-interface', version='4.1.0')
)
libraryDependencies += "com.kurento.kmf" % "kmf-thrift-interface" % "4.1.0"
[com.kurento.kmf/kmf-thrift-interface "4.1.0"]