Download vertx-mongo-client-3.4.1.jar file

Introduction

You can download vertx-mongo-client-3.4.1.jar in this page.

License

Open Source License

Type List

vertx-mongo-client-3.4.1.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
META-INF/services/org.codehaus.groovy.runtime.ExtensionModule
META-INF/vertx-mongo-client.kotlin_module
io.vertx.ext.mongo.FindOptions.class
io.vertx.ext.mongo.IndexOptions.class
io.vertx.ext.mongo.MongoClient.class
io.vertx.ext.mongo.MongoClientDeleteResult.class
io.vertx.ext.mongo.MongoClientUpdateResult.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_GroovyExtension.class
io.vertx.groovy.ext.mongo.MongoClient_GroovyStaticExtension.class
io.vertx.kotlin.ext.mongo.FindOptionsKt.class
io.vertx.kotlin.ext.mongo.IndexOptionsKt.class
io.vertx.kotlin.ext.mongo.MongoClientDeleteResultKt.class
io.vertx.kotlin.ext.mongo.MongoClientUpdateResultKt.class
io.vertx.kotlin.ext.mongo.UpdateOptionsKt.class
io.vertx.rxjava.ext.mongo.MongoClient.class
vertx-mongo-js/mongo_client.js
vertx-mongo/mongo_client.rb

Pom

vertx-mongo-client-3.4.1.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.4.1</version>
  </parent>

  <modelVersion>4.0.0</modelVersion>

  <artifactId>vertx-mongo-client</artifactId>

  <properties>
    <doc.skip>false</doc.skip>
  </properties>

  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-jar-plugin</artifactId>
        <configuration>
          <useDefaultManifestFile>true</useDefaultManifestFile>
        </configuration>
      </plugin>

      <plugin>
        <groupId>biz.aQute.bnd</groupId>
        <artifactId>bnd-maven-plugin</artifactId>
        <version>3.2.0</version>
        <executions>
          <execution>
            <id>default-bnd-process</id>
            <goals>
              <goal>bnd-process</goal>
            </goals>
          </execution>
        </executions>
        <configuration>
          <bnd><![CDATA[
          Import-Package: \
            groovy.lang.*;resolution:=optional,\
            org.codehaus.groovy.*;resolution:=optional,\
            kotlin.*;resolution:=optional,\
            io.vertx.groovy.*;resolution:=optional,\
            io.vertx.ext.auth.*;resolution:=optional,\
            io.vertx.lang.rxjava.*;resolution:=optional,\
            io.vertx.lang.groovy.*;resolution:=optional,\
            io.vertx.codegen.annotations;resolution:=optional,\
            io.vertx.rx.java;resolution:=optional,\
            io.vertx.rxjava.core.*;resolution:=optional,\
            io.vertx.rxjava.ext.auth.*;resolution:=optional,\
            rx.*;resolution:=optional,\
            *
          -exportcontents: !*impl, !examples, *
          ]]></bnd>
        </configuration>
      </plugin>
    </plugins>
  </build>
    
</project>

POM Entry

<dependency>
   <groupId>io.vertx</groupId>
   <artifactId>vertx-mongo-client</artifactId>
   <version>3.4.1</version>
</dependency>

Download

If you think the following vertx-mongo-client-3.4.1.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.4.1.jar file




PreviousNext

Related