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

wirlds-config-extensions.0.54.1.source-code.module-info Maven / Gradle / Ivy

Go to download

Swirlds is a software platform designed to build fully-distributed applications that harness the power of the cloud without servers. Now you can develop applications with fairness in decision making, speed, trust and reliability, at a fraction of the cost of traditional server-based platforms.

There is a newer version: 0.56.6
Show newest version
module com.swirlds.config.extensions {
    exports com.swirlds.config.extensions.export;
    exports com.swirlds.config.extensions.reflection;
    exports com.swirlds.config.extensions.sources;
    exports com.swirlds.config.extensions.validators;

    requires transitive com.swirlds.config.api;
    requires com.swirlds.base;
    requires org.apache.logging.log4j;
    requires static transitive com.github.spotbugs.annotations;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy