h

hono-bom

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