Skip to content

Gradle

Dependencies

Command Explanation
implementation 'group:artifactId:version' Dependenciy is needed to compile and run the project
testImplementation 'group:artifactId:version' Dependency is only needed to compile and run tests
testRuntimeOnly 'group:artifactId:version' Dependency is only needed durring the runtime of tests