Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.hono |
ArtifactId | ArtifactIdhono-core |
Version | Version0.5-M1 |
Type | Typejar |
Filename | Size |
---|---|
hono-core-0.5-M1.pom | |
hono-core-0.5-M1.jar | 81 KB |
hono-core-0.5-M1-sources.jar | 21 KB |
hono-core-0.5-M1-javadoc.jar | 79 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.hono/hono-core/ -->
<dependency>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-core</artifactId>
<version>0.5-M1</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-core/
implementation 'org.eclipse.hono:hono-core:0.5-M1'
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-core/
implementation ("org.eclipse.hono:hono-core:0.5-M1")
'org.eclipse.hono:hono-core:jar:0.5-M1'
<dependency org="org.eclipse.hono" name="hono-core" rev="0.5-M1">
<artifact name="hono-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hono', module='hono-core', version='0.5-M1')
)
libraryDependencies += "org.eclipse.hono" % "hono-core" % "0.5-M1"
[org.eclipse.hono/hono-core "0.5-M1"]