Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.github.leshan |
ArtifactId | ArtifactIdleshan-client |
Version | Version0.1.7 |
Type | Typejar |
Filename | Size |
---|---|
leshan-client-0.1.7.pom | |
leshan-client-0.1.7.jar | 89 KB |
leshan-client-0.1.7-sources.jar | 96 KB |
leshan-client-0.1.7-javadoc.jar | 428 KB |
leshan-client-0.1.7-jar-with-dependencies.jar | 4 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.github.leshan/leshan-client/ -->
<dependency>
<groupId>org.github.leshan</groupId>
<artifactId>leshan-client</artifactId>
<version>0.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.github.leshan/leshan-client/
implementation 'org.github.leshan:leshan-client:0.1.7'
// https://jarcasting.com/artifacts/org.github.leshan/leshan-client/
implementation ("org.github.leshan:leshan-client:0.1.7")
'org.github.leshan:leshan-client:jar:0.1.7'
<dependency org="org.github.leshan" name="leshan-client" rev="0.1.7">
<artifact name="leshan-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.github.leshan', module='leshan-client', version='0.1.7')
)
libraryDependencies += "org.github.leshan" % "leshan-client" % "0.1.7"
[org.github.leshan/leshan-client "0.1.7"]