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

age.3.3.0.source-code.module-info Maven / Gradle / Ivy

The newest version!
module me.moros.storage {
  exports me.moros.storage;

  requires java.sql;
  requires static com.zaxxer.hikari;
  requires static org.checkerframework.checker.qual;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy