Download vertx-web-client-3.4.1.jar file

Introduction

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

License

Open Source

Type List

vertx-web-client-3.4.1.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.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.1.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.1</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>

</project>

POM Entry

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

Download

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




PreviousNext

Related