h

hono-bom

A "bill-of-materials" for Hono.
Files download
File Operation
hono-bom-1.6.2.pom download
Apache Maven
<dependency>
  <groupId>org.eclipse.hono</groupId>
  <artifactId>hono-bom</artifactId>
  <version>1.6.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.eclipse.hono:hono-bom:1.6.2'
Gradle Kotlin
implementation("org.eclipse.hono:hono-bom:1.6.2")
Scala SBT
libraryDependencies += "org.eclipse.hono" % "hono-bom" % "1.6.2"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.hono', module='hono-bom', version='1.6.2')
)
Apache Ivy
<dependency org="org.eclipse.hono" name="hono-bom" rev="1.6.2" />
Leiningen
[org.eclipse.hono/hono-bom "1.6.2"]
Apache Buildr
'org.eclipse.hono:hono-bom:jar:1.6.2'