GroupId | GroupIdorg.kurento.tutorial |
---|---|
ArtifactId | ArtifactIdkurento-group-call |
Version | Version6.11.0 |
Type | Typejar |
Filename | Size |
---|---|
kurento-group-call-6.11.0.pom | |
kurento-group-call-6.11.0.zip | 31 KB |
kurento-group-call-6.11.0-sources.jar | 21 KB |
kurento-group-call-6.11.0-javadoc.jar | 52 KB |
kurento-group-call-6.11.0-exec.jar | 26 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kurento.tutorial/kurento-group-call/ -->
<dependency>
<groupId>org.kurento.tutorial</groupId>
<artifactId>kurento-group-call</artifactId>
<version>6.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.kurento.tutorial/kurento-group-call/
implementation 'org.kurento.tutorial:kurento-group-call:6.11.0'
// https://jarcasting.com/artifacts/org.kurento.tutorial/kurento-group-call/
implementation ("org.kurento.tutorial:kurento-group-call:6.11.0")
'org.kurento.tutorial:kurento-group-call:jar:6.11.0'
<dependency org="org.kurento.tutorial" name="kurento-group-call" rev="6.11.0">
<artifact name="kurento-group-call" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kurento.tutorial', module='kurento-group-call', version='6.11.0')
)
libraryDependencies += "org.kurento.tutorial" % "kurento-group-call" % "6.11.0"
[org.kurento.tutorial/kurento-group-call "6.11.0"]