Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.hono |
ArtifactId | ArtifactIdhono-adapter-lora-vertx |
Version | Version1.0-M6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.hono/hono-adapter-lora-vertx/ -->
<dependency>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-adapter-lora-vertx</artifactId>
<version>1.0-M6</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-adapter-lora-vertx/
implementation 'org.eclipse.hono:hono-adapter-lora-vertx:1.0-M6'
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-adapter-lora-vertx/
implementation ("org.eclipse.hono:hono-adapter-lora-vertx:1.0-M6")
'org.eclipse.hono:hono-adapter-lora-vertx:jar:1.0-M6'
<dependency org="org.eclipse.hono" name="hono-adapter-lora-vertx" rev="1.0-M6">
<artifact name="hono-adapter-lora-vertx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hono', module='hono-adapter-lora-vertx', version='1.0-M6')
)
libraryDependencies += "org.eclipse.hono" % "hono-adapter-lora-vertx" % "1.0-M6"
[org.eclipse.hono/hono-adapter-lora-vertx "1.0-M6"]