taframe-test.1.2.2.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 dataframe-test Show documentation
Show all versions of dataframe-test Show documentation
Blackbox unit tests for datafame and bufferstuff
open module tech.bitey.dataframe.test {
requires com.google.common;
requires guava.testlib;
requires java.sql;
requires junit;
requires org.junit.jupiter.api;
requires tech.bitey.bufferstuff;
requires tech.bitey.dataframe;
}