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

ameless.json.json-base.2.4.2.source-code.module-info Maven / Gradle / Ivy

Go to download

A set of Java interfaces, which defines the common JSON data behaviors, can be used to decouple programming logic from JSON implementations such as Jackson, Gson, org.json and Jakarta...

There is a newer version: 2.5.0
Show newest version
module com.github.wnameless.json.base {
  requires static com.fasterxml.jackson.core;
  requires static com.fasterxml.jackson.databind;
  requires static com.google.gson;
  requires static org.json;
  requires static jakarta.json;

  exports com.github.wnameless.json.base;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy