com.noenv.wiremongo.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vertx-wiremongo Show documentation
Show all versions of vertx-wiremongo Show documentation
Lightweight mongo mocking for Vert.x
/**
* = vertx-wiremongo
* :toc: left
*
* vertx-wiremongo is a client to be used with Vert.x.
*
* == Using vertx-wiremongo
*
* To use the client, add the following dependency to the _dependencies_ section of your build descriptor:
*
* * Maven (in your `pom.xml`):
*
* [source,xml,subs="+attributes"]
* ----
*
* ${maven.groupId}
* ${maven.artifactId}
* ${maven.version}
*
* ----
*
* * Gradle (in your `build.gradle` file):
*
* [source,groovy,subs="+attributes"]
* ----
* compile '${maven.groupId}:${maven.artifactId}:${maven.version}'
* ----
*
*/
@ModuleGen(name = "vertx-wiremongo", groupPackage = "com.noenv.wiremongo")
package com.noenv.wiremongo;
import io.vertx.codegen.annotations.ModuleGen;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy