Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Java implementation of Content Identifier

License

NotificationsYou must be signed in to change notification settings

ipld/java-cid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

107 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Java implementation of Content Id

This is thecid implementation in Java.

Table of Contents

Install

Simply clone this repo.

Usage

Cidcid =Cid.decode("zdpuAyvkgEDQm9TenwGkd5eNaosSxjgEYd8QatfPetgB1CdEZ");

Dependency

You can use this project by building the JAR file as specified below, or by usingJitPack (also supporting Gradle, SBT, etc).

for Maven, you can add the follwing sections to your POM.XML:

  <repositories>    <repository>        <id>jitpack.io</id>        <url>https://jitpack.io</url>    </repository>  </repositories>  <dependencies>    <dependency>      <groupId>com.github.ipld</groupId>      <artifactId>java-cid</artifactId>      <version>$LATEST_VERSION</version>    </dependency>  </dependencies>

Testing

mvn test

Building

mvn package will build a JAR file with Maven dependency information.

Releasing

The version number is specified in thepom.xml file and must be changed in order to be accurately reflected in the JAR file manifest. A git tag must be added in the format "vx.x.x" for JitPack to work.

Maintainers

Captain:@ianopolous.

Contribute

Contributions welcome. Please check outthe issues.

Check out ourcontributing document for more information on how we work, and about contributing in general. Please be aware that all interactions related to IPLD are subject to the IPFSCode of Conduct.

Small note: If editing the Readme, please conform to thestandard-readme specification.

License

MIT © 2015 Ian Preston

About

Java implementation of Content Identifier

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors13

Languages


[8]ページ先頭

©2009-2026 Movatter.jp