- Notifications
You must be signed in to change notification settings - Fork22
Java implementation of Content Identifier
License
ipld/java-cid
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A Java implementation of Content Id
This is thecid implementation in Java.
Simply clone this repo.
Cidcid =Cid.decode("zdpuAyvkgEDQm9TenwGkd5eNaosSxjgEYd8QatfPetgB1CdEZ");
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>
mvn test
mvn package will build a JAR file with Maven dependency information.
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.
Captain:@ianopolous.
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.
MIT © 2015 Ian Preston
About
Java implementation of Content Identifier
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors13
Uh oh!
There was an error while loading.Please reload this page.