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