org.junit.platform.launcher@${platformVersion} jar:file:.+junit-platform-launcher/build/libs/junit-platform-launcher-${platformVersion}.jar/!module-info.class
exports org.junit.platform.launcher
exports org.junit.platform.launcher.core
exports org.junit.platform.launcher.listeners
exports org.junit.platform.launcher.listeners.discovery
requires java.base mandated
requires java.logging transitive
requires org.apiguardian.api transitive
requires org.junit.platform.commons transitive
requires org.junit.platform.engine transitive
uses org.junit.platform.engine.TestEngine
uses org.junit.platform.launcher.TestExecutionListener
