h

hono-bom

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