<dependency>
<groupId>org.eclipse.leshan</groupId>
<artifactId>leshan-server-cf</artifactId>
<version>1.1.0</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.eclipse.leshan', module='leshan-server-cf', version='1.1.0')
)
<parent> <groupId>org.eclipse.leshan</groupId> <artifactId>leshan</artifactId> <version>1.1.0</version> </parent>
compile
|-- org.eclipse.leshan:leshan-core-cf
|-- org.eclipse.leshan:leshan-server-core
|-- org.eclipse.californium:californium-core
|-- org.eclipse.californium:scandium
test
|-- junit:junit