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