b963.javatest-matchers.0.1.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 javatest-matchers Show documentation
Show all versions of javatest-matchers Show documentation
Matchers to create assertions from common conditions
module javatest.matchers {
requires javatest.core;
exports io.github.olib963.javatest.matchers;
}