can-log-tools/dependencies.gradle

7 lines
186 B
Groovy

ext {
libs = [
junit : "junit:junit:4.13",
annotations : "org.jetbrains:annotations:16.0.1",
snakeyaml : "org.yaml:snakeyaml:1.26",
]
}