Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.hono |
ArtifactId | ArtifactIdhono-bom |
Version | Version1.7.1 |
Type | Typepom |
Filename | Size |
---|---|
hono-bom-1.7.1.pom | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.hono/hono-bom/ -->
<dependency>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-bom</artifactId>
<version>1.7.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-bom/
implementation 'org.eclipse.hono:hono-bom:1.7.1'
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-bom/
implementation ("org.eclipse.hono:hono-bom:1.7.1")
'org.eclipse.hono:hono-bom:pom:1.7.1'
<dependency org="org.eclipse.hono" name="hono-bom" rev="1.7.1">
<artifact name="hono-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hono', module='hono-bom', version='1.7.1')
)
libraryDependencies += "org.eclipse.hono" % "hono-bom" % "1.7.1"
[org.eclipse.hono/hono-bom "1.7.1"]