is not current version
Last Version 0.25

net.named-data:jndn-android 0.8

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.

Categories

Categories

Data Net
GroupId

GroupId

net.named-data
ArtifactId

ArtifactId

jndn-android
Version

Version

0.8
Type

Type

jar

Download jndn-android 0.8


<!-- https://jarcasting.com/artifacts/net.named-data/jndn-android/ -->
<dependency>
    <groupId>net.named-data</groupId>
    <artifactId>jndn-android</artifactId>
    <version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/net.named-data/jndn-android/
implementation 'net.named-data:jndn-android:0.8'
// https://jarcasting.com/artifacts/net.named-data/jndn-android/
implementation ("net.named-data:jndn-android:0.8")
'net.named-data:jndn-android:jar:0.8'
<dependency org="net.named-data" name="jndn-android" rev="0.8">
  <artifact name="jndn-android" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.named-data', module='jndn-android', version='0.8')
)
libraryDependencies += "net.named-data" % "jndn-android" % "0.8"
[net.named-data/jndn-android "0.8"]