is not current version
Last Version 2.0.0

org.eclipse.hono:hono-core 0.5-M10

Basic classes used by all other modules.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.hono
ArtifactId

ArtifactId

hono-core
Version

Version

0.5-M10
Type

Type

jar

Download hono-core 0.5-M10


<!-- https://jarcasting.com/artifacts/org.eclipse.hono/hono-core/ -->
<dependency>
    <groupId>org.eclipse.hono</groupId>
    <artifactId>hono-core</artifactId>
    <version>0.5-M10</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-core/
implementation 'org.eclipse.hono:hono-core:0.5-M10'
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-core/
implementation ("org.eclipse.hono:hono-core:0.5-M10")
'org.eclipse.hono:hono-core:jar:0.5-M10'
<dependency org="org.eclipse.hono" name="hono-core" rev="0.5-M10">
  <artifact name="hono-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hono', module='hono-core', version='0.5-M10')
)
libraryDependencies += "org.eclipse.hono" % "hono-core" % "0.5-M10"
[org.eclipse.hono/hono-core "0.5-M10"]