You can download vertx-mongo-client-3.1.0.jar in this page.
Open Source License
vertx-mongo-client-3.1.0.jar file has the following types.
META-INF/INDEX.LIST META-INF/MANIFEST.MF META-INF/maven/io.vertx/vertx-mongo-client/pom.properties META-INF/maven/io.vertx/vertx-mongo-client/pom.xml io.vertx.ext.mongo.FindOptions.class io.vertx.ext.mongo.MongoClient.class io.vertx.ext.mongo.UpdateOptions.class io.vertx.ext.mongo.WriteOption.class io.vertx.ext.mongo.impl.JsonObjectBsonAdapter.class io.vertx.ext.mongo.impl.MongoClientImpl.class io.vertx.ext.mongo.impl.codec.VertxCodecRegistry.class io.vertx.ext.mongo.impl.codec.json.AbstractJsonCodec.class io.vertx.ext.mongo.impl.codec.json.JsonObjectCodec.class io.vertx.ext.mongo.impl.config.ClusterSettingsParser.class io.vertx.ext.mongo.impl.config.ConnectionPoolSettingsParser.class io.vertx.ext.mongo.impl.config.CredentialListParser.class io.vertx.ext.mongo.impl.config.MongoClientOptionsParser.class io.vertx.ext.mongo.impl.config.ReadPreferenceParser.class io.vertx.ext.mongo.impl.config.SSLSettingsParser.class io.vertx.ext.mongo.impl.config.ServerSettingsParser.class io.vertx.ext.mongo.impl.config.SocketSettingsParser.class io.vertx.ext.mongo.impl.config.WriteConcernParser.class io.vertx.ext.mongo.package-info.class io.vertx.groovy.ext.mongo.MongoClient.class io.vertx.rxjava.ext.mongo.MongoClient.class vertx-mongo-js/mongo_client.js vertx-mongo/mongo_client.rb
vertx-mongo-client-3.1.0.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Copyright 2014 Red Hat, Inc. ~ ~ All rights reserved. This program and the accompanying materials ~ are made available under the terms of the Eclipse Public License v1.0 ~ and Apache License v2.0 which accompanies this distribution. ~ ~ The Eclipse Public License is available at ~ http://www.eclipse.org/legal/epl-v10.html ~ ~ The Apache License v2.0 is available at ~ http://www.opensource.org/licenses/apache2.0.php ~ ~ You may elect to redistribute this code under either of these licenses. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>vertx-mongo</artifactId> <groupId>io.vertx</groupId> <version>3.1.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>vertx-mongo-client</artifactId> <properties> <doc.skip>false</doc.skip> </properties> </project>
<dependency> <groupId>io.vertx</groupId> <artifactId>vertx-mongo-client</artifactId> <version>3.1.0</version> </dependency>
If you think the following vertx-mongo-client-3.1.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download vertx-mongo-client-3.1.0.jar file