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