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