Categories |
CategoriesCLI User Interface Messaging Application Layer Libs |
---|---|
GroupId | GroupIdorg.eclipse.hono |
ArtifactId | ArtifactIdhono-service-messaging |
Version | Version0.8-M1_1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.hono/hono-service-messaging/ -->
<dependency>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-service-messaging</artifactId>
<version>0.8-M1_1</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-service-messaging/
implementation 'org.eclipse.hono:hono-service-messaging:0.8-M1_1'
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-service-messaging/
implementation ("org.eclipse.hono:hono-service-messaging:0.8-M1_1")
'org.eclipse.hono:hono-service-messaging:jar:0.8-M1_1'
<dependency org="org.eclipse.hono" name="hono-service-messaging" rev="0.8-M1_1">
<artifact name="hono-service-messaging" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hono', module='hono-service-messaging', version='0.8-M1_1')
)
libraryDependencies += "org.eclipse.hono" % "hono-service-messaging" % "0.8-M1_1"
[org.eclipse.hono/hono-service-messaging "0.8-M1_1"]