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