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