can-log-tools/dependencies.gradle

7 lines
186 B
Groovy
Raw Permalink Normal View History

2022-02-02 16:32:39 -08:00
ext {
libs = [
junit : "junit:junit:4.13",
annotations : "org.jetbrains:annotations:16.0.1",
2023-10-21 20:04:48 -07:00
snakeyaml : "org.yaml:snakeyaml:1.26",
2022-02-02 16:32:39 -08:00
]
}