Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
Signed-off-by: josef <[email protected]>
  • Loading branch information
jo5ef committed Mar 14, 2024
1 parent 3f811eb commit e17ad88
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 @@ -18,15 +18,15 @@ To use Vert.x Wiremongo, add the following dependency:
<dependency>
<groupId>com.noenv</groupId>
<artifactId>vertx-wiremongo</artifactId>
<version>4.5.4</version>
<version>4.5.5</version>
</dependency>
----

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

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

Imagine you have a mongodb to keep track of your fruit. In your application you have a class that uses `io.vertx.ext.mongo.MongoClient` for the database operations:
Expand Down

0 comments on commit e17ad88

Please sign in to comment.