is not current version
Last Version 0.5-M3

org.eclipse.hono:hono-config 0.5-M2

Default Hono server configuration to be used by other modules.

Categories

Categories

CLI User Interface config Application Layer Libs Configuration
GroupId

GroupId

org.eclipse.hono
ArtifactId

ArtifactId

hono-config
Version

Version

0.5-M2
Type

Type

jar

Download hono-config 0.5-M2


<!-- https://jarcasting.com/artifacts/org.eclipse.hono/hono-config/ -->
<dependency>
    <groupId>org.eclipse.hono</groupId>
    <artifactId>hono-config</artifactId>
    <version>0.5-M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-config/
implementation 'org.eclipse.hono:hono-config:0.5-M2'
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-config/
implementation ("org.eclipse.hono:hono-config:0.5-M2")
'org.eclipse.hono:hono-config:jar:0.5-M2'
<dependency org="org.eclipse.hono" name="hono-config" rev="0.5-M2">
  <artifact name="hono-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hono', module='hono-config', version='0.5-M2')
)
libraryDependencies += "org.eclipse.hono" % "hono-config" % "0.5-M2"
[org.eclipse.hono/hono-config "0.5-M2"]