![JAR search and dependency download from the Maven repository](/logo.png)
s-core.1.0.0.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of crums-core Show documentation
Show all versions of crums-core Show documentation
Crums data model (for vending witness records), parsers (JSON) and utilities
The newest version!
module io.crums.core {
requires transitive io.crums.util.mrkl;
requires transitive io.crums.jsonimple;
requires io.crums.io.store;
requires java.net.http;
exports io.crums.client;
exports io.crums.client.repo;
exports io.crums.model;
exports io.crums.model.hashing;
exports io.crums.model.json;
exports io.crums.util.mrkl.hashing;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy