Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.hono |
ArtifactId | ArtifactIdhono-example |
Version | Version1.3.0-M1 |
Type | Typepom |
Filename | Size |
---|---|
hono-example-1.3.0-M1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.hono/hono-example/ -->
<dependency>
<groupId>org.eclipse.hono</groupId>
<artifactId>hono-example</artifactId>
<version>1.3.0-M1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-example/
implementation 'org.eclipse.hono:hono-example:1.3.0-M1'
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-example/
implementation ("org.eclipse.hono:hono-example:1.3.0-M1")
'org.eclipse.hono:hono-example:pom:1.3.0-M1'
<dependency org="org.eclipse.hono" name="hono-example" rev="1.3.0-M1">
<artifact name="hono-example" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hono', module='hono-example', version='1.3.0-M1')
)
libraryDependencies += "org.eclipse.hono" % "hono-example" % "1.3.0-M1"
[org.eclipse.hono/hono-example "1.3.0-M1"]