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

e-http-javalin-generator.1.34.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 2.8-RC3
Show newest version
module io.avaje.http.javalin.generator {

  provides javax.annotation.processing.Processor with io.avaje.http.generator.javalin.JavalinProcessor;

  requires java.compiler;
  requires java.sql;

  // SHADED: All content after this line will be removed at package time
  requires transitive io.avaje.http.generator.core;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy