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