nhojpatrick/nhojpatrick-cucumber

View on GitHub
all-glue/src/main/java11/module-info.java

Summary

Maintainability
A
0 mins
Test Coverage
module com.github.nhojpatrick.cucumber.all.glue {
    requires org.hamcrest;
    requires org.junit.jupiter.api;
    requires org.slf4j;
    requires transitive com.github.nhojpatrick.cucumber.json.map.glue;
    requires transitive com.github.nhojpatrick.cucumber.json.transform.glue;
    requires transitive com.github.nhojpatrick.cucumber.state.glue;
}