![JAR search and dependency download from the Maven repository](/logo.png)
-m.mmm-marshall-test.0.9.10.source-code.module-info Maven / Gradle / Ivy
/*
* Copyright (c) The m-m-m Team, Licensed under the Apache License, Version 2.0
* http://www.apache.org/licenses/LICENSE-2.0
*/
/**
* Provides TCK for {@code mmm-marshall}.
*/
module io.github.mmm.marshall.test {
requires transitive io.github.mmm.marshall;
requires transitive io.github.mmm.binary;
requires transitive org.junit.jupiter.api;
requires transitive org.assertj.core;
exports io.github.mmm.marshall.test;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy