Categories |
CategoriesCLI User Interface config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.eclipse.hono |
ArtifactId | ArtifactIdhono-config |
Version | Version0.5-M1 |
Type | Typejar |
Filename | Size |
---|---|
hono-config-0.5-M1.pom | |
hono-config-0.5-M1.jar | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.hono/hono-config/ -->
<dependency>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-config</artifactId>
<version>0.5-M1</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-config/
implementation 'org.eclipse.hono:hono-config:0.5-M1'
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-config/
implementation ("org.eclipse.hono:hono-config:0.5-M1")
'org.eclipse.hono:hono-config:jar:0.5-M1'
<dependency org="org.eclipse.hono" name="hono-config" rev="0.5-M1">
<artifact name="hono-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hono', module='hono-config', version='0.5-M1')
)
libraryDependencies += "org.eclipse.hono" % "hono-config" % "0.5-M1"
[org.eclipse.hono/hono-config "0.5-M1"]