jNDN is a new implementation of a Named Data Networking client library written in Java. It is wire format compatible with the new NDN-TLV encoding, with NDNx and PARC's CCNx.
'net.named-data:jndn-android:0.10'
<dependency> <groupId>net.named-data</groupId> <artifactId>jndn-android</artifactId> <version>0.10</version> </dependency>
<dependency org="net.named-data" name="jndn-android" rev="0.10"/>
"net.named-data", "jndn-android", "0.10"