Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.hono |
ArtifactId | ArtifactIdhono-service-base |
Version | Version0.9-M2 |
Type | Typejar |
Filename | Size |
---|---|
hono-service-base-0.9-M2.pom | |
hono-service-base-0.9-M2.jar | 295 KB |
hono-service-base-0.9-M2-tests.jar | 181 KB |
hono-service-base-0.9-M2-sources.jar | 181 KB |
hono-service-base-0.9-M2-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>0.9-M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-service-base/
implementation 'org.eclipse.hono:hono-service-base:0.9-M2'
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-service-base/
implementation ("org.eclipse.hono:hono-service-base:0.9-M2")
'org.eclipse.hono:hono-service-base:jar:0.9-M2'
<dependency org="org.eclipse.hono" name="hono-service-base" rev="0.9-M2">
<artifact name="hono-service-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hono', module='hono-service-base', version='0.9-M2')
)
libraryDependencies += "org.eclipse.hono" % "hono-service-base" % "0.9-M2"
[org.eclipse.hono/hono-service-base "0.9-M2"]