Files download
File Operation
leshan-server-cf-2.0.0-M12.jar download
leshan-server-cf-2.0.0-M12.pom download
leshan-server-cf-2.0.0-M12-sources.jar download
Apache Maven
<dependency>
  <groupId>org.eclipse.leshan</groupId>
  <artifactId>leshan-server-cf</artifactId>
  <version>2.0.0-M12</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.eclipse.leshan:leshan-server-cf:2.0.0-M12'
Gradle Kotlin
implementation("org.eclipse.leshan:leshan-server-cf:2.0.0-M12")
Scala SBT
libraryDependencies += "org.eclipse.leshan" % "leshan-server-cf" % "2.0.0-M12"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.leshan', module='leshan-server-cf', version='2.0.0-M12')
)
Apache Ivy
<dependency org="org.eclipse.leshan" name="leshan-server-cf" rev="2.0.0-M12" />
Leiningen
[org.eclipse.leshan/leshan-server-cf "2.0.0-M12"]
Apache Buildr
'org.eclipse.leshan:leshan-server-cf:jar:2.0.0-M12'