You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -25,13 +25,13 @@ Naming of classes uses word 'JSON' in many places even though there is no actual
25
25
26
26
## Maven
27
27
28
-
Functionality of this package is contained in Java package `tools.jackson.databind` (for Jackcson 3.x), and can be used using following Maven dependency:
28
+
Functionality of this package is contained in Java package `tools.jackson.databind` (for Jackson 3.x), and can be used using following Maven dependency:
29
29
30
30
```xml
31
31
<properties>
32
32
...
33
33
<!-- Use the latest version whenever possible. -->
0 commit comments