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
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,13 +12,13 @@ Usage
12
12
13
13
First, you need Java 8 or later.
14
14
15
-
If you use Maven, add the following snippet to the `<dependencies>` section of your POM. For instructions for other build tools (Gradle, etc.), visit [jackson-jq](https://search.maven.org/artifact/net.thisptr/jackson-jq/1.0.0-preview.20201123/jar) on search.maven.org.
15
+
If you use Maven, add the following snippet to the `<dependencies>` section of your POM. For instructions for other build tools (Gradle, etc.), visit [jackson-jq](https://search.maven.org/artifact/net.thisptr/jackson-jq/1.0.0-preview.20210610/jar) on search.maven.org.
16
16
17
17
```xml
18
18
<dependency>
19
19
<groupId>net.thisptr</groupId>
20
20
<artifactId>jackson-jq</artifactId>
21
-
<version>1.0.0-preview.20201123</version>
21
+
<version>1.0.0-preview.20210610</version>
22
22
</dependency>
23
23
```
24
24
@@ -30,29 +30,29 @@ Using a jackson-jq command line tool
30
30
To test a query quickly, we provide jackson-jq CLI.
0 commit comments