Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.hono |
ArtifactId | ArtifactIdhono-adapter-lora-vertx |
Version | Version1.0.1 |
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.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-adapter-lora-vertx/
implementation 'org.eclipse.hono:hono-adapter-lora-vertx:1.0.1'
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-adapter-lora-vertx/
implementation ("org.eclipse.hono:hono-adapter-lora-vertx:1.0.1")
'org.eclipse.hono:hono-adapter-lora-vertx:jar:1.0.1'
<dependency org="org.eclipse.hono" name="hono-adapter-lora-vertx" rev="1.0.1">
<artifact name="hono-adapter-lora-vertx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hono', module='hono-adapter-lora-vertx', version='1.0.1')
)
libraryDependencies += "org.eclipse.hono" % "hono-adapter-lora-vertx" % "1.0.1"
[org.eclipse.hono/hono-adapter-lora-vertx "1.0.1"]