Fork me on GitHub

Project Dependency Management

compile

The following is a list of compile dependencies in the DependencyManagement of this project. These dependencies can be included in the submodules to compile and run the submodule:

GroupId ArtifactId Version Type License
org.antlr antlr4 4.7.2 jar The BSD License
org.slf4j slf4j-api 1.7.26 jar MIT License

test

The following is a list of test dependencies in the DependencyManagement of this project. These dependencies can be included in the submodules to compile and run unit tests for the submodule:

GroupId ArtifactId Version Type License
io.cucumber cucumber-java 5.1.3 jar MIT License
io.cucumber cucumber-junit 5.1.3 jar MIT License
org.junit.jupiter junit-jupiter-engine 5.5.2 jar Eclipse Public License v2.0
org.junit.jupiter junit-jupiter-params 5.5.2 jar Eclipse Public License v2.0
org.junit.vintage junit-vintage-engine 5.5.2 jar Eclipse Public License v2.0
org.slf4j slf4j-simple 1.7.26 jar MIT License

provided

The following is a list of provided dependencies in the DependencyManagement of this project. These dependencies can be included in the submodules to compile the submodule, but should be provided by default when using the library:

GroupId ArtifactId Version Type License
org.projectlombok lombok 1.18.10 jar The MIT License