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