org.junit.jupiter.api@${version} jar:file:.+/junit-jupiter-api-\d.+\.jar..module-info\.class
exports org.junit.jupiter.api
exports org.junit.jupiter.api.condition
exports org.junit.jupiter.api.extension
exports org.junit.jupiter.api.extension.support
exports org.junit.jupiter.api.function
exports org.junit.jupiter.api.io
exports org.junit.jupiter.api.parallel
requires java.base mandated
requires kotlin.stdlib static
requires org.apiguardian.api static transitive
requires org.jspecify static transitive
requires org.junit.platform.commons transitive
requires org.opentest4j transitive
qualified exports org.junit.jupiter.api.util to org.junit.jupiter.engine
qualified opens org.junit.jupiter.api.condition to org.junit.platform.commons
