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-M6.jar download
leshan-core-cf-1.0.0-M6.pom download
leshan-core-cf-1.0.0-M6-sources.jar download
Apache Maven
<dependency>
  <groupId>org.eclipse.leshan</groupId>
  <artifactId>leshan-core-cf</artifactId>
  <version>1.0.0-M6</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.eclipse.leshan:leshan-core-cf:1.0.0-M6'
Gradle Kotlin
implementation("org.eclipse.leshan:leshan-core-cf:1.0.0-M6")
Scala SBT
libraryDependencies += "org.eclipse.leshan" % "leshan-core-cf" % "1.0.0-M6"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.leshan', module='leshan-core-cf', version='1.0.0-M6')
)
Apache Ivy
<dependency org="org.eclipse.leshan" name="leshan-core-cf" rev="1.0.0-M6" />
Leiningen
[org.eclipse.leshan/leshan-core-cf "1.0.0-M6"]
Apache Buildr
'org.eclipse.leshan:leshan-core-cf:jar:1.0.0-M6'