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

y-avaje-validator.3.4.0.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 3.4.1
Show newest version
/*
 * Jooby https://jooby.io
 * Apache License Version 2.0 https://jooby.io/LICENSE.txt
 * Copyright 2014 Edgar Espina
 */
/** Avaje Validator Module. */
module io.jooby.avaje.validator {
  exports io.jooby.avaje.validator;

  requires transitive io.jooby;
  requires static com.github.spotbugs.annotations;
  requires typesafe.config;
  requires transitive io.avaje.validation;
  requires org.slf4j;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy