Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite committed Feb 22, 2024
1 parent 9bbcfa5 commit 72d0c87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ To use Vert.x JsonPath, add the following dependency:
<dependency>
<groupId>com.noenv</groupId>
<artifactId>vertx-jsonpath</artifactId>
<version>4.5.3</version>
<version>4.5.4</version>
</dependency>
----

* Gradle (in your `build.gradle` file):

[source,groovy,subs="+attributes"]
----
compile 'com.noenv:vertx-jsonpath:4.5.3'
compile 'com.noenv:vertx-jsonpath:4.5.4'
----

Consider the following json:
Expand Down

0 comments on commit 72d0c87

Please sign in to comment.