Categories |
CategoriesCLI User Interface config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.eclipse.hono |
ArtifactId | ArtifactIdhono-config |
Version | Version0.5-M2 |
Type | Typejar |
Filename | Size |
---|---|
hono-config-0.5-M2.pom | |
hono-config-0.5-M2.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-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"]