Download vertx-web-client-3.4.2.jar file

Introduction

You can download vertx-web-client-3.4.2.jar in this page.

License

Open Source

Type List

vertx-web-client-3.4.2.jar file has the following types.

META-INF/INDEX.LIST
META-INF/MANIFEST.MF
META-INF/maven/io.vertx/vertx-web-client/pom.properties
META-INF/maven/io.vertx/vertx-web-client/pom.xml
META-INF/services/org.codehaus.groovy.runtime.ExtensionModule
META-INF/vertx-web-client.kotlin_module
io.vertx.ext.web.client.HttpRequest.class
io.vertx.ext.web.client.HttpResponse.class
io.vertx.ext.web.client.WebClient.class
io.vertx.ext.web.client.WebClientOptions.class
io.vertx.ext.web.client.WebClientOptionsConverter.class
io.vertx.ext.web.client.impl.HttpRequestImpl.class
io.vertx.ext.web.client.impl.HttpResponseImpl.class
io.vertx.ext.web.client.impl.WebClientImpl.class
io.vertx.ext.web.client.package-info.class
io.vertx.groovy.ext.web.client.HttpRequest_GroovyExtension.class
io.vertx.groovy.ext.web.client.HttpResponse_GroovyExtension.class
io.vertx.groovy.ext.web.client.VertxPropertiesModuleFactory.class
io.vertx.groovy.ext.web.client.WebClient_GroovyExtension.class
io.vertx.groovy.ext.web.client.WebClient_GroovyStaticExtension.class
io.vertx.kotlin.ext.web.client.WebClientOptionsKt.class
io.vertx.rxjava.ext.web.client.HttpRequest.class
io.vertx.rxjava.ext.web.client.HttpResponse.class
io.vertx.rxjava.ext.web.client.WebClient.class
vertx-web-client-js/http_request.js
vertx-web-client-js/http_response.js
vertx-web-client-js/web_client.js
vertx-web-client/http_request.rb
vertx-web-client/http_response.rb
vertx-web-client/web_client.rb

Pom

vertx-web-client-3.4.2.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<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>
    <groupId>io.vertx</groupId>
    <artifactId>vertx-web-parent</artifactId>
    <version>3.4.2</version>
  </parent>

  <modelVersion>4.0.0</modelVersion>

  <artifactId>vertx-web-client</artifactId>

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

  <dependencies>

    <dependency>
      <groupId>io.vertx</groupId>
      <artifactId>vertx-web-common</artifactId>
      <version>${project.version}</version>
    </dependency>

    <!-- Testing -->
    <dependency>
      <groupId>io.vertx</groupId>
      <artifactId>vertx-unit</artifactId>
      <scope>test</scope>
    </dependency>
  </dependencies>

  <build>
    <plugins>
      <plugin>
        <artifactId>maven-jar-plugin</artifactId>
        <executions>
          <execution>
            <id>default-jar</id>
            <configuration>
              <archive>
                <!-- Generate a jar INDEX.LIST -->
                <index>true</index>
                <!-- A manifest containing the OSGi metadata has been generated using the maven-bundle-plugin -->
                <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
                <!-- Add the Maven coordinates in the manifest -->
                <manifestEntries>
                  <Maven-Group-Id>${project.groupId}</Maven-Group-Id>
                  <Maven-Artifact-Id>${project.artifactId}</Maven-Artifact-Id>
                  <Maven-Version>${project.version}</Maven-Version>
                </manifestEntries>
              </archive>
              <!-- Remove examples and docoverride -->
              <excludes>
                <exclude>/examples/**</exclude>
              </excludes>
            </configuration>
          </execution>
        </executions>
      </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.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,\
            rx.*;resolution:=optional,\
            *
          -exportcontents: !*impl, !examples, *
          ]]></bnd>
        </configuration>
      </plugin>
    </plugins>
  </build>

</project>

POM Entry

<dependency>
   <groupId>io.vertx</groupId>
   <artifactId>vertx-web-client</artifactId>
   <version>3.4.2</version>
</dependency>

Download

If you think the following vertx-web-client-3.4.2.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download vertx-web-client-3.4.2.jar file




PreviousNext

Related