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

e-jsonb-generator.1.10-RC1.source-code.module-info Maven / Gradle / Ivy

module io.avaje.jsonb.generator {

  requires java.compiler;
  requires static io.avaje.jsonb;
  requires static io.avaje.prism;

  provides javax.annotation.processing.Processor with io.avaje.jsonb.generator.Processor;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy