All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.noenv.wiremongo.package-info Maven / Gradle / Ivy

There is a newer version: 4.5.11
Show newest version
/**
 * = 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