Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.hono |
ArtifactId | ArtifactIdhono-service-device-registry-base |
Version | Version1.6.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.hono/hono-service-device-registry-base/ -->
<dependency>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-service-device-registry-base</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-service-device-registry-base/
implementation 'org.eclipse.hono:hono-service-device-registry-base:1.6.0'
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-service-device-registry-base/
implementation ("org.eclipse.hono:hono-service-device-registry-base:1.6.0")
'org.eclipse.hono:hono-service-device-registry-base:jar:1.6.0'
<dependency org="org.eclipse.hono" name="hono-service-device-registry-base" rev="1.6.0">
<artifact name="hono-service-device-registry-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hono', module='hono-service-device-registry-base', version='1.6.0')
)
libraryDependencies += "org.eclipse.hono" % "hono-service-device-registry-base" % "1.6.0"
[org.eclipse.hono/hono-service-device-registry-base "1.6.0"]