k.commonmark-test-util.0.23.0.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 commonmark-test-util Show documentation
Show all versions of commonmark-test-util Show documentation
commonmark-java classes for tests
The newest version!
module org.commonmark.testutil {
exports org.commonmark.testutil;
exports org.commonmark.testutil.example;
requires junit;
}