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