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