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:0.2'
<dependency>
<groupId>net.named-data</groupId>
<artifactId>jndn</artifactId>
<version>0.2</version>
</dependency>
<dependency org="net.named-data" name="jndn" rev="0.2"/>
"net.named-data", "jndn", "0.2"