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

je-aws-appconfig.0.1.source-code.module-info Maven / Gradle / Ivy

import io.avaje.aws.appconfig.AppConfigPlugin;

module io.avaje.aws.appconfig {

  exports io.avaje.aws.appconfig;

  requires io.avaje.config;
  requires java.net.http;
  provides io.avaje.config.ConfigurationSource with AppConfigPlugin;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy