GroupId | GroupIdorg.kurento |
---|---|
ArtifactId | ArtifactIdkurento-room-server |
Version | Version6.3.0 |
Type | Typejar |
Filename | Size |
---|---|
kurento-room-server-6.3.0.pom | |
kurento-room-server-6.3.0.jar | 24 KB |
kurento-room-server-6.3.0-sources.jar | 16 KB |
kurento-room-server-6.3.0-javadoc.jar | 118 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kurento/kurento-room-server/ -->
<dependency>
<groupId>org.kurento</groupId>
<artifactId>kurento-room-server</artifactId>
<version>6.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.kurento/kurento-room-server/
implementation 'org.kurento:kurento-room-server:6.3.0'
// https://jarcasting.com/artifacts/org.kurento/kurento-room-server/
implementation ("org.kurento:kurento-room-server:6.3.0")
'org.kurento:kurento-room-server:jar:6.3.0'
<dependency org="org.kurento" name="kurento-room-server" rev="6.3.0">
<artifact name="kurento-room-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kurento', module='kurento-room-server', version='6.3.0')
)
libraryDependencies += "org.kurento" % "kurento-room-server" % "6.3.0"
[org.kurento/kurento-room-server "6.3.0"]