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