License |
License |
---|---|
Categories |
CategoriesCLI User Interface config Application Layer Libs Configuration |
GroupId | GroupIdorg.eclipse.hono |
ArtifactId | ArtifactIdhono-config |
Version | Version0.5-M3 |
Type | Typejar |
Description |
DescriptionHono Configuration
Default Hono configuration to be used by other modules.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
hono-config-0.5-M3.pom | |
hono-config-0.5-M3.jar | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.hono/hono-config/ -->
<dependency>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-config</artifactId>
<version>0.5-M3</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-config/
implementation 'org.eclipse.hono:hono-config:0.5-M3'
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-config/
implementation ("org.eclipse.hono:hono-config:0.5-M3")
'org.eclipse.hono:hono-config:jar:0.5-M3'
<dependency org="org.eclipse.hono" name="hono-config" rev="0.5-M3">
<artifact name="hono-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hono', module='hono-config', version='0.5-M3')
)
libraryDependencies += "org.eclipse.hono" % "hono-config" % "0.5-M3"
[org.eclipse.hono/hono-config "0.5-M3"]