mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
12 lines
217 B
Java
12 lines
217 B
Java
module io.ebean.querybean {
|
|
|
|
exports io.ebean.typequery;
|
|
|
|
requires io.ebean.api;
|
|
requires io.ebean.core;
|
|
requires static io.ebean.types;
|
|
requires static org.joda.time;
|
|
requires static io.avaje.jsr305x;
|
|
|
|
}
|