Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.hono |
ArtifactId | ArtifactIdhono-service-base |
Version | Version1.0-M7 |
Type | Typejar |
Filename | Size |
---|---|
hono-service-base-1.0-M7.pom | |
hono-service-base-1.0-M7.jar | 429 KB |
hono-service-base-1.0-M7-tests.jar | 269 KB |
hono-service-base-1.0-M7-sources.jar | 295 KB |
hono-service-base-1.0-M7-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.hono/hono-service-base/ -->
<dependency>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-service-base</artifactId>
<version>1.0-M7</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-service-base/
implementation 'org.eclipse.hono:hono-service-base:1.0-M7'
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-service-base/
implementation ("org.eclipse.hono:hono-service-base:1.0-M7")
'org.eclipse.hono:hono-service-base:jar:1.0-M7'
<dependency org="org.eclipse.hono" name="hono-service-base" rev="1.0-M7">
<artifact name="hono-service-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hono', module='hono-service-base', version='1.0-M7')
)
libraryDependencies += "org.eclipse.hono" % "hono-service-base" % "1.0-M7"
[org.eclipse.hono/hono-service-base "1.0-M7"]