abase.2.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 Show documentation
Show all versions of database Show documentation
为JDBC数据库操作标准SQL语句提供命名参数支持
/*-
* www.joyzl.net
* 中翌智联(重庆)科技有限公司
* Copyright © JOY-Links Company. All rights reserved.
*/
module com.joyzl.database {
requires java.sql;
// requires mysql.connector.java;
exports com.joyzl.database;
}