|
4 | 4 | [](https://github.com/Mastercard/client-encryption-java/actions?query=workflow%3A%22Build+%26+Test%22)
|
5 | 5 | [](https://sonarcloud.io/dashboard?id=Mastercard_client-encryption-java)
|
6 | 6 | [](https://github.com/Mastercard/client-encryption-java/actions?query=workflow%3A%22broken+links%3F%22)
|
7 |
| -[](https://search.maven.org/artifact/com.mastercard.developer/client-encryption/) |
| 7 | +[](https://central.sonatype.com/artifact/com.mastercard.developer/client-encryption?smo=true) |
8 | 8 | [](https://www.javadoc.io/doc/com.mastercard.developer/client-encryption)
|
9 | 9 | [](https://github.com/Mastercard/client-encryption-java/blob/master/LICENSE)
|
10 | 10 |
|
@@ -65,17 +65,17 @@ dependencies {
|
65 | 65 | ```
|
66 | 66 |
|
67 | 67 | #### Other Dependency Managers
|
68 |
| -See: https://search.maven.org/artifact/com.mastercard.developer/client-encryption |
| 68 | +See: https://search..org/artifact/com.mastercard.developer/client-encryption |
69 | 69 |
|
70 | 70 | ### Selecting a JSON Engine <a name="selecting-a-json-engine"></a>
|
71 | 71 |
|
72 | 72 | This library requires one of the following dependencies to be added to your classpath:
|
73 | 73 |
|
74 |
| -* [Jackson](https://search.maven.org/artifact/com.fasterxml.jackson.core/jackson-databind) 2.5.0+ |
75 |
| -* [Google Gson](https://search.maven.org/artifact/com.google.code.gson/gson) 2.3.1+ |
76 |
| -* [Json-smart](https://search.maven.org/artifact/net.minidev/json-smart) 2.5.2+ |
77 |
| -* [Jettison](https://search.maven.org/artifact/org.codehaus.jettison/jettison) 1.0+ |
78 |
| -* [Org JSON](https://search.maven.org/artifact/org.json/json) 20070829+ |
| 74 | +* [Jackson](https://central.sonatype.com/artifact/com.fasterxml.jackson.core/jackson-databind?smo=true) 2.5.0+ |
| 75 | +* [Google Gson](https://central.sonatype.com/artifact/com.google.code.gson/gson?smo=true) 2.3.1+ |
| 76 | +* [Json-smart](https://central.sonatype.com/artifact/net.minidev/json-smart?smo=true) 2.5.2+ |
| 77 | +* [Jettison](https://central.sonatype.com/artifact/org.codehaus.jettison/jettison?smo=true) 1.0+ |
| 78 | +* [Org JSON](https://central.sonatype.com/artifact/org.json/json?smo=true) 20070829+ |
79 | 79 |
|
80 | 80 | You can either let the library choose for you, or force the one to be used by calling `withJsonEngine` on the `JsonParser` class.
|
81 | 81 | Example:
|
|
0 commit comments