Exonum Java Binding: Core · A library that contains the APIs to define and implement an Exonum service.
Group: com.exonum.binding - All Dependencies
Exonum Java Binding: Common · A common library module for the Exonum core and Java clients, providing Exonum proofs, hashing and cryptographic operations, and serialization support.
Exonum Java Binding: Proofs · A library that provides classes to represent and verify Exonum proofs.
Exonum Java Binding: App · Exonum Java application allows to bootstrap the Java runtime. It could have been a part of core, but remains in a separate module to break the circular dependency between the core (runtime configuration requiring time oracle) and the time oracle. The classpath of this module includes all of the dependencies of the native application.
Exonum Service Maven Archetype: Quickstart · Archetype for creating Exonum Service application.
Exonum Java Binding Parent · The Exonum Java Binding library.