rvinh.database-service.4.0.1.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of database-service Show documentation
Show all versions of database-service Show documentation
This is a library providing an API for accessing databases via socket connections
module service.database {
requires org.slf4j;
requires org.eclipse.jetty.servlet;
requires javax.servlet.api;
requires service;
requires database_connector;
requires gson;
exports service.database;
exports service.database.response;
exports service.database.request;
}