| Категории |
КатегорииCLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаorg.eclipse.hono |
| Идентификатор | Идентификаторhono-adapter-amqp-vertx |
| Версия | Версия0.8-M1_1 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.eclipse.hono/hono-adapter-amqp-vertx/ -->
<dependency>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-adapter-amqp-vertx</artifactId>
<version>0.8-M1_1</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-adapter-amqp-vertx/
implementation 'org.eclipse.hono:hono-adapter-amqp-vertx:0.8-M1_1'
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-adapter-amqp-vertx/
implementation ("org.eclipse.hono:hono-adapter-amqp-vertx:0.8-M1_1")
'org.eclipse.hono:hono-adapter-amqp-vertx:jar:0.8-M1_1'
<dependency org="org.eclipse.hono" name="hono-adapter-amqp-vertx" rev="0.8-M1_1">
<artifact name="hono-adapter-amqp-vertx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hono', module='hono-adapter-amqp-vertx', version='0.8-M1_1')
)
libraryDependencies += "org.eclipse.hono" % "hono-adapter-amqp-vertx" % "0.8-M1_1"
[org.eclipse.hono/hono-adapter-amqp-vertx "0.8-M1_1"]