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

e-jsonb-jackson.2.2.source-code.module-info Maven / Gradle / Ivy

The newest version!

module io.avaje.jsonb.jackson {

  requires transitive io.avaje.jsonb;
  requires transitive com.fasterxml.jackson.core;

  exports io.avaje.jsonb.jackson;

  provides io.avaje.jsonb.spi.AdapterFactory with io.avaje.jsonb.jackson.JacksonAdapterFactory;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy