GroupId | GroupIdorg.kurento.tutorial |
---|---|
ArtifactId | ArtifactIdkurento-hello-world |
Version | Version6.8.0 |
Type | Typejar |
Filename | Size |
---|---|
kurento-hello-world-6.8.0.pom | |
kurento-hello-world-6.8.0.zip | 196 KB |
kurento-hello-world-6.8.0-sources.jar | 183 KB |
kurento-hello-world-6.8.0-javadoc.jar | 37 KB |
kurento-hello-world-6.8.0-exec.jar | 23 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kurento.tutorial/kurento-hello-world/ -->
<dependency>
<groupId>org.kurento.tutorial</groupId>
<artifactId>kurento-hello-world</artifactId>
<version>6.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.kurento.tutorial/kurento-hello-world/
implementation 'org.kurento.tutorial:kurento-hello-world:6.8.0'
// https://jarcasting.com/artifacts/org.kurento.tutorial/kurento-hello-world/
implementation ("org.kurento.tutorial:kurento-hello-world:6.8.0")
'org.kurento.tutorial:kurento-hello-world:jar:6.8.0'
<dependency org="org.kurento.tutorial" name="kurento-hello-world" rev="6.8.0">
<artifact name="kurento-hello-world" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kurento.tutorial', module='kurento-hello-world', version='6.8.0')
)
libraryDependencies += "org.kurento.tutorial" % "kurento-hello-world" % "6.8.0"
[org.kurento.tutorial/kurento-hello-world "6.8.0"]