can-log-tools/dependencies.gradle

6 lines
132 B
Groovy

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