is not current version
Last Version 2.0.0

org.eclipse.hono:hono-bom 0.5-M10

A "bill-of-materials" for Hono.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.hono
ArtifactId

ArtifactId

hono-bom
Version

Version

0.5-M10
Type

Type

pom

Download hono-bom 0.5-M10

Filename Size
hono-bom-0.5-M10.pom 10 KB
Browse

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