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