2011.testutil5.0.14.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 testutil5 Show documentation
Show all versions of testutil5 Show documentation
General purpose test utilities.
The newest version!
module com.github.gv2011.testutil5{
exports com.github.gv2011.testutil5;
requires transitive com.github.gv2011.util;
requires transitive org.slf4j;
requires transitive java.xml;
requires transitive org.hamcrest;
}