Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.leshan |
ArtifactId | ArtifactIdleshan-client-example |
Version | Version0.1.11-M6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.leshan/leshan-client-example/ -->
<dependency>
<groupId>org.eclipse.leshan</groupId>
<artifactId>leshan-client-example</artifactId>
<version>0.1.11-M6</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.leshan/leshan-client-example/
implementation 'org.eclipse.leshan:leshan-client-example:0.1.11-M6'
// https://jarcasting.com/artifacts/org.eclipse.leshan/leshan-client-example/
implementation ("org.eclipse.leshan:leshan-client-example:0.1.11-M6")
'org.eclipse.leshan:leshan-client-example:jar:0.1.11-M6'
<dependency org="org.eclipse.leshan" name="leshan-client-example" rev="0.1.11-M6">
<artifact name="leshan-client-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.leshan', module='leshan-client-example', version='0.1.11-M6')
)
libraryDependencies += "org.eclipse.leshan" % "leshan-client-example" % "0.1.11-M6"
[org.eclipse.leshan/leshan-client-example "0.1.11-M6"]