mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
7 lines
89 B
Java
7 lines
89 B
Java
module io.ebean.csv.reader {
|
|
|
|
requires io.ebean.api;
|
|
|
|
exports io.ebean.csv.reader;
|
|
}
|