-m.mmm-orm-db-mysql-jdbc.0.9.11.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 mmm-orm-db-mysql-jdbc Show documentation
Show all versions of mmm-orm-db-mysql-jdbc Show documentation
ORM support for MySQL database via JDBC.
The newest version!
/*
* Copyright (c) The m-m-m Team, Licensed under the Apache License, Version 2.0
* http://www.apache.org/licenses/LICENSE-2.0
*/
/**
* Provides ORM support for MySQL database via JDBC.
*/
module io.github.mmm.orm.db.mysql.jdbc {
requires io.github.mmm.orm.db.mysql.dialect;
requires io.github.mmm.orm.jdbc;
requires mysql.connector.j;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy