We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ccc95d commit d96324cCopy full SHA for d96324c
build.gradle
@@ -40,6 +40,9 @@ dependencies {
40
// https://mvnrepository.com/artifact/org.jetbrains/annotations
41
implementation 'org.jetbrains:annotations:16.0.1'
42
43
+ // https://mvnrepository.com/artifact/org.fusesource.jansi/jansi
44
+ implementation 'org.fusesource.jansi:jansi:2.4.0'
45
+
46
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
47
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
48
}
0 commit comments