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