.quorum.tessera.common.24.4.2.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 common Show documentation
Show all versions of common Show documentation
Tessera is a stateless Java system that is used to enable the encryption, decryption, and distribution of private transactions for Quorum.
The newest version!
module tessera.openapi.common {
requires static io.swagger.v3.core;
requires static io.swagger.v3.oas.annotations;
requires static io.swagger.v3.oas.models;
requires static com.fasterxml.jackson.databind;
exports com.quorum.tessera.openapi;
}