All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.quorum.tessera.thirdparty-jaxrs.24.4.2.source-code.module-info Maven / Gradle / Ivy

Go to download

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.thirdparty.jaxrs {
  requires jakarta.json;
  requires jakarta.ws.rs;
  requires tessera.config;
  requires tessera.shared;
  requires tessera.encryption.api;
  requires tessera.context;
  requires tessera.transaction;
  requires tessera.common.jaxrs;
  requires tessera.partyinfo;
  requires tessera.partyinfo.model;
  requires io.swagger.v3.oas.annotations;

  exports com.quorum.tessera.thirdparty;

  provides com.quorum.tessera.config.apps.TesseraApp with
      com.quorum.tessera.thirdparty.ThirdPartyRestApp;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy