Categories |
CategoriesData |
---|---|
GroupId | GroupIdorg.kurento.module |
ArtifactId | ArtifactIddatachannelexample |
Version | Version6.5.0 |
Type | Typejar |
Filename | Size |
---|---|
datachannelexample-6.5.0.pom | |
datachannelexample-6.5.0.jar | 8 KB |
datachannelexample-6.5.0-sources.jar | 5 KB |
datachannelexample-6.5.0-javadoc.jar | 76 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kurento.module/datachannelexample/ -->
<dependency>
<groupId>org.kurento.module</groupId>
<artifactId>datachannelexample</artifactId>
<version>6.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.kurento.module/datachannelexample/
implementation 'org.kurento.module:datachannelexample:6.5.0'
// https://jarcasting.com/artifacts/org.kurento.module/datachannelexample/
implementation ("org.kurento.module:datachannelexample:6.5.0")
'org.kurento.module:datachannelexample:jar:6.5.0'
<dependency org="org.kurento.module" name="datachannelexample" rev="6.5.0">
<artifact name="datachannelexample" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kurento.module', module='datachannelexample', version='6.5.0')
)
libraryDependencies += "org.kurento.module" % "datachannelexample" % "6.5.0"
[org.kurento.module/datachannelexample "6.5.0"]