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 456bb68 commit ad3ac26Copy full SHA for ad3ac26
algorithm-exercises-java/build.gradle
@@ -29,6 +29,12 @@ dependencies {
29
30
// This dependency is used by the application.
31
implementation 'com.google.guava:guava:33.3.0-jre'
32
+
33
+ //
34
+ implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.17.2'
35
+ implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.17.2'
36
+ implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.17.2'
37
38
}
39
40
application {
0 commit comments