GroupId | GroupIdorg.kurento |
---|---|
ArtifactId | ArtifactIdkurento-rabbitmq |
Version | Version5.0.4 |
Type | Typejar |
Filename | Size |
---|---|
kurento-rabbitmq-5.0.4.pom | |
kurento-rabbitmq-5.0.4.jar | 53 KB |
kurento-rabbitmq-5.0.4-sources.jar | 20 KB |
kurento-rabbitmq-5.0.4-javadoc.jar | 116 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kurento/kurento-rabbitmq/ -->
<dependency>
<groupId>org.kurento</groupId>
<artifactId>kurento-rabbitmq</artifactId>
<version>5.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.kurento/kurento-rabbitmq/
implementation 'org.kurento:kurento-rabbitmq:5.0.4'
// https://jarcasting.com/artifacts/org.kurento/kurento-rabbitmq/
implementation ("org.kurento:kurento-rabbitmq:5.0.4")
'org.kurento:kurento-rabbitmq:jar:5.0.4'
<dependency org="org.kurento" name="kurento-rabbitmq" rev="5.0.4">
<artifact name="kurento-rabbitmq" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kurento', module='kurento-rabbitmq', version='5.0.4')
)
libraryDependencies += "org.kurento" % "kurento-rabbitmq" % "5.0.4"
[org.kurento/kurento-rabbitmq "5.0.4"]