Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.hono |
ArtifactId | ArtifactIdhono-client-registry |
Version | Version1.11.1 |
Type | Typejar |
Filename | Size |
---|---|
hono-client-registry-1.11.1.pom | |
hono-client-registry-1.11.1.jar | 125 KB |
hono-client-registry-1.11.1-sources.jar | 15 KB |
hono-client-registry-1.11.1-javadoc.jar | 431 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.hono/hono-client-registry/ -->
<dependency>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-client-registry</artifactId>
<version>1.11.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-client-registry/
implementation 'org.eclipse.hono:hono-client-registry:1.11.1'
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-client-registry/
implementation ("org.eclipse.hono:hono-client-registry:1.11.1")
'org.eclipse.hono:hono-client-registry:jar:1.11.1'
<dependency org="org.eclipse.hono" name="hono-client-registry" rev="1.11.1">
<artifact name="hono-client-registry" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hono', module='hono-client-registry', version='1.11.1')
)
libraryDependencies += "org.eclipse.hono" % "hono-client-registry" % "1.11.1"
[org.eclipse.hono/hono-client-registry "1.11.1"]