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