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