<dependency> <groupId>org.eclipse.leshan</groupId> <artifactId>leshan-core-cf</artifactId> <version>1.0.0</version> <type>bundle</type> </dependency>
implementation 'org.eclipse.leshan:leshan-core-cf:1.0.0'
implementation("org.eclipse.leshan:leshan-core-cf:1.0.0")
libraryDependencies += "org.eclipse.leshan" % "leshan-core-cf" % "1.0.0"
@Grapes( @Grab(group='org.eclipse.leshan', module='leshan-core-cf', version='1.0.0') )
<dependency org="org.eclipse.leshan" name="leshan-core-cf" rev="1.0.0" />
[org.eclipse.leshan/leshan-core-cf "1.0.0"]
'org.eclipse.leshan:leshan-core-cf:jar:1.0.0'
<parent> <groupId>org.eclipse.leshan</groupId> <artifactId>leshan</artifactId> <version>1.0.0</version> </parent>
compile
|-- org.eclipse.leshan:leshan-core
|-- org.eclipse.californium:californium-core
|-- org.eclipse.californium:scandium
test
|-- junit:junit