h

hono-bom

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