License |
License |
---|---|
Categories |
CategoriesData Net Protobuf Data Structures |
GroupId | GroupIdnet.named-data |
ArtifactId | ArtifactIdjndn-without-protobuf |
Version | Version0.25 |
Type | Typejar |
Description |
Descriptionjndn
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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jndn-without-protobuf-0.25.pom | |
jndn-without-protobuf-0.25.jar | 660 KB |
jndn-without-protobuf-0.25-sources.jar | 564 KB |
jndn-without-protobuf-0.25-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.named-data/jndn-without-protobuf/ -->
<dependency>
<groupId>net.named-data</groupId>
<artifactId>jndn-without-protobuf</artifactId>
<version>0.25</version>
</dependency>
// https://jarcasting.com/artifacts/net.named-data/jndn-without-protobuf/
implementation 'net.named-data:jndn-without-protobuf:0.25'
// https://jarcasting.com/artifacts/net.named-data/jndn-without-protobuf/
implementation ("net.named-data:jndn-without-protobuf:0.25")
'net.named-data:jndn-without-protobuf:jar:0.25'
<dependency org="net.named-data" name="jndn-without-protobuf" rev="0.25">
<artifact name="jndn-without-protobuf" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.named-data', module='jndn-without-protobuf', version='0.25')
)
libraryDependencies += "net.named-data" % "jndn-without-protobuf" % "0.25"
[net.named-data/jndn-without-protobuf "0.25"]
Group / Artifact | Type | Version |
---|---|---|
org.xerial : sqlite-jdbc | jar | 3.23.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |