License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.eclipse.hono |
ArtifactId | ArtifactIdhono-bom |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionHono Dependencies
A "bill-of-materials" for Hono.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
hono-bom-2.0.0.pom | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.hono/hono-bom/ -->
<dependency>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-bom</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-bom/
implementation 'org.eclipse.hono:hono-bom:2.0.0'
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-bom/
implementation ("org.eclipse.hono:hono-bom:2.0.0")
'org.eclipse.hono:hono-bom:pom:2.0.0'
<dependency org="org.eclipse.hono" name="hono-bom" rev="2.0.0">
<artifact name="hono-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hono', module='hono-bom', version='2.0.0')
)
libraryDependencies += "org.eclipse.hono" % "hono-bom" % "2.0.0"
[org.eclipse.hono/hono-bom "2.0.0"]