is not current version
Last Version 0.25

net.named-data:jndn-without-protobuf 0.16

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 Protobuf Data Structures
GroupId

GroupId

net.named-data
ArtifactId

ArtifactId

jndn-without-protobuf
Version

Version

0.16
Type

Type

jar

Download jndn-without-protobuf 0.16


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