GroupId | GroupIdorg.kurento.tutorial |
---|---|
ArtifactId | ArtifactIdkurento-pointerdetector |
Version | Version6.11.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.kurento.tutorial/kurento-pointerdetector/ -->
<dependency>
<groupId>org.kurento.tutorial</groupId>
<artifactId>kurento-pointerdetector</artifactId>
<version>6.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.kurento.tutorial/kurento-pointerdetector/
implementation 'org.kurento.tutorial:kurento-pointerdetector:6.11.0'
// https://jarcasting.com/artifacts/org.kurento.tutorial/kurento-pointerdetector/
implementation ("org.kurento.tutorial:kurento-pointerdetector:6.11.0")
'org.kurento.tutorial:kurento-pointerdetector:jar:6.11.0'
<dependency org="org.kurento.tutorial" name="kurento-pointerdetector" rev="6.11.0">
<artifact name="kurento-pointerdetector" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kurento.tutorial', module='kurento-pointerdetector', version='6.11.0')
)
libraryDependencies += "org.kurento.tutorial" % "kurento-pointerdetector" % "6.11.0"
[org.kurento.tutorial/kurento-pointerdetector "6.11.0"]