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