l

leshan-core-cf

Shared classes between server and client which depends on CoAP Californium
Files download
File Operation
leshan-core-cf-1.0.0-M9.jar download
leshan-core-cf-1.0.0-M9.pom download
leshan-core-cf-1.0.0-M9-sources.jar download
Apache Maven
<dependency>
  <groupId>org.eclipse.leshan</groupId>
  <artifactId>leshan-core-cf</artifactId>
  <version>1.0.0-M9</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.eclipse.leshan:leshan-core-cf:1.0.0-M9'
Gradle Kotlin
implementation("org.eclipse.leshan:leshan-core-cf:1.0.0-M9")
Scala SBT
libraryDependencies += "org.eclipse.leshan" % "leshan-core-cf" % "1.0.0-M9"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.leshan', module='leshan-core-cf', version='1.0.0-M9')
)
Apache Ivy
<dependency org="org.eclipse.leshan" name="leshan-core-cf" rev="1.0.0-M9" />
Leiningen
[org.eclipse.leshan/leshan-core-cf "1.0.0-M9"]
Apache Buildr
'org.eclipse.leshan:leshan-core-cf:jar:1.0.0-M9'