Download vertx-rx-java-3.4.2.jar file

Introduction

You can download vertx-rx-java-3.4.2.jar in this page.

License

Open Source

Type List

vertx-rx-java-3.4.2.jar file has the following types.

META-INF/INDEX.LIST
META-INF/MANIFEST.MF
META-INF/maven/io.vertx/vertx-rx-java/pom.properties
META-INF/maven/io.vertx/vertx-rx-java/pom.xml
codegen.json
examples.NativeExamples.class
examples.RxifiedExamples.class
examples.package-info.class
io.vertx.lang.rxjava.Helper.class
io.vertx.lang.rxjava.RxGen.class
io.vertx.lang.rxjava.TypeArg.class
io.vertx.rx.java.ContextScheduler.class
io.vertx.rx.java.HandlerAdapter.class
io.vertx.rx.java.ObservableFuture.class
io.vertx.rx.java.ObservableHandler.class
io.vertx.rx.java.ObservableOnSubscribeAdapter.class
io.vertx.rx.java.ObservableReadStream.class
io.vertx.rx.java.ReadStreamSubscriber.class
io.vertx.rx.java.RxHelper.class
io.vertx.rx.java.SingleOnSubscribeAdapter.class
io.vertx.rx.java.UnmarshallerOperator.class
io.vertx.rxjava.core.AbstractVerticle.class
io.vertx.rxjava.core.CompositeFuture.class
io.vertx.rxjava.core.Context.class
io.vertx.rxjava.core.Future.class
io.vertx.rxjava.core.MultiMap.class
io.vertx.rxjava.core.RxHelper.class
io.vertx.rxjava.core.TimeoutStream.class
io.vertx.rxjava.core.Vertx.class
io.vertx.rxjava.core.WorkerExecutor.class
io.vertx.rxjava.core.buffer.Buffer.class
io.vertx.rxjava.core.cli.CLI.class
io.vertx.rxjava.core.cli.CommandLine.class
io.vertx.rxjava.core.datagram.DatagramPacket.class
io.vertx.rxjava.core.datagram.DatagramSocket.class
io.vertx.rxjava.core.dns.DnsClient.class
io.vertx.rxjava.core.dns.MxRecord.class
io.vertx.rxjava.core.dns.SrvRecord.class
io.vertx.rxjava.core.eventbus.EventBus.class
io.vertx.rxjava.core.eventbus.Message.class
io.vertx.rxjava.core.eventbus.MessageConsumer.class
io.vertx.rxjava.core.eventbus.MessageProducer.class
io.vertx.rxjava.core.eventbus.SendContext.class
io.vertx.rxjava.core.file.AsyncFile.class
io.vertx.rxjava.core.file.FileProps.class
io.vertx.rxjava.core.file.FileSystem.class
io.vertx.rxjava.core.file.FileSystemProps.class
io.vertx.rxjava.core.http.HttpClient.class
io.vertx.rxjava.core.http.HttpClientRequest.class
io.vertx.rxjava.core.http.HttpClientResponse.class
io.vertx.rxjava.core.http.HttpConnection.class
io.vertx.rxjava.core.http.HttpFrame.class
io.vertx.rxjava.core.http.HttpServer.class
io.vertx.rxjava.core.http.HttpServerFileUpload.class
io.vertx.rxjava.core.http.HttpServerRequest.class
io.vertx.rxjava.core.http.HttpServerResponse.class
io.vertx.rxjava.core.http.ServerWebSocket.class
io.vertx.rxjava.core.http.WebSocket.class
io.vertx.rxjava.core.http.WebSocketBase.class
io.vertx.rxjava.core.http.WebSocketBaseImpl.class
io.vertx.rxjava.core.http.WebSocketFrame.class
io.vertx.rxjava.core.metrics.Measured.class
io.vertx.rxjava.core.metrics.MeasuredImpl.class
io.vertx.rxjava.core.net.NetClient.class
io.vertx.rxjava.core.net.NetServer.class
io.vertx.rxjava.core.net.NetSocket.class
io.vertx.rxjava.core.net.SelfSignedCertificate.class
io.vertx.rxjava.core.net.SocketAddress.class
io.vertx.rxjava.core.package-info.class
io.vertx.rxjava.core.parsetools.RecordParser.class
io.vertx.rxjava.core.shareddata.AsyncMap.class
io.vertx.rxjava.core.shareddata.Counter.class
io.vertx.rxjava.core.shareddata.LocalMap.class
io.vertx.rxjava.core.shareddata.Lock.class
io.vertx.rxjava.core.shareddata.SharedData.class
io.vertx.rxjava.core.streams.Pump.class
io.vertx.rxjava.core.streams.ReadStream.class
io.vertx.rxjava.core.streams.ReadStreamImpl.class
io.vertx.rxjava.core.streams.StreamBase.class
io.vertx.rxjava.core.streams.StreamBaseImpl.class
io.vertx.rxjava.core.streams.WriteStream.class
io.vertx.rxjava.core.streams.WriteStreamImpl.class
vertx-rxjava/template/class.templ
vertx-rxjava/template/classbody.templ
vertx-rxjava/template/common.templ

Pom

vertx-rx-java-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">
  <modelVersion>4.0.0</modelVersion>

  <parent>
    <artifactId>vertx-rx</artifactId>
    <groupId>io.vertx</groupId>
    <version>3.4.2</version>
  </parent>

  <artifactId>vertx-rx-java</artifactId>
  <version>3.4.2</version>

  <name>Vert.x RxJava API</name>

  <properties>
    <asciidoc.dir>${project.basedir}/src/main/asciidoc</asciidoc.dir>
    <lang>java</lang>
    <!-- There is an issue with source plugin because we don't get the generated sources
         because of BSC plugin, also the source is messy because we keep a version of vert.x core
         so better use the assembly plugin instead -->
    <source.skip>true</source.skip>
  </properties>

  <dependencies>
    <dependency>
      <groupId>io.reactivex</groupId>
      <artifactId>rxjava</artifactId>
    </dependency>
    <dependency>
      <groupId>io.vertx</groupId>
      <artifactId>vertx-core</artifactId>
    </dependency>
    <dependency>
      <groupId>io.vertx</groupId>
      <artifactId>vertx-codegen</artifactId>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>io.vertx</groupId>
      <artifactId>vertx-docgen</artifactId>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>io.vertx</groupId>
      <artifactId>vertx-core</artifactId>
      <classifier>sources</classifier>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>io.vertx</groupId>
      <artifactId>vertx-codegen</artifactId>
      <classifier>tck-sources</classifier>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>io.vertx</groupId>
      <artifactId>vertx-core</artifactId>
      <type>test-jar</type>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>

  </dependencies>

  <build>
    <pluginManagement>
      <plugins>
        <plugin>
          <artifactId>maven-clean-plugin</artifactId>
          <executions>
            <execution>
              <id>default-clean</id>
              <configuration>
                <filesets>
                  <fileset>
                    <directory>src/main/java/io/vertx/core</directory>
                  </fileset>
                </filesets>
              </configuration>
            </execution>
          </executions>
        </plugin>
        <plugin>
          <artifactId>maven-jar-plugin</artifactId>
          <executions>
            <execution>
              <id>default-jar</id>
              <configuration>
                <excludes>
                  <exclude>io/vertx/core/**</exclude>
                </excludes>
              </configuration>
            </execution>
          </executions>
        </plugin>
      </plugins>
    </pluginManagement>
    <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: \
              io.vertx.codegen.annotations;resolution:=optional,\
              io.vertx.core,\
              io.vertx.core.buffer,\
              io.vertx.core.cli,\
              io.vertx.core.cli.annotations,\
              io.vertx.core.cli.converters,\
              io.vertx.core.datagram,\
              io.vertx.core.dns,\
              io.vertx.core.eventbus,\
              io.vertx.core.file,\
              io.vertx.core.http,\
              io.vertx.core.json,\
              io.vertx.core.logging,\
              io.vertx.core.metrics,\
              io.vertx.core.net,\
              io.vertx.core.parsetools,\
              io.vertx.core.shareddata,\
              io.vertx.core.spi,\
              io.vertx.core.spi.cluster,\
              io.vertx.core.spi.launcher,\
              io.vertx.core.spi.logging,\
              io.vertx.core.spi.metrics,\
              io.vertx.core.streams,\
              *
           -exportcontents: !*impl,!examples,!io.vertx.core.*, *
          ]]></bnd>
        </configuration>
      </plugin>

      <!-- Configure the execution of the compiler to execute the codegen processor -->
      <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
        <executions>
          <execution>
            <id>default-compile</id>
            <configuration>
              <annotationProcessors>
                <annotationProcessor>io.vertx.codegen.CodeGenProcessor</annotationProcessor>
              </annotationProcessors>
              <compilerArgs>
                <arg>-Acodegen.output=${project.basedir}/src/main</arg>
                <arg>-Acodegen.generators=RxJava</arg>
                <arg>-Acodegen.rxjava.deprecated=true</arg>
                <arg>-Amaven.groupId=${project.groupId}</arg>
                <arg>-Amaven.artifactId=${project.artifactId}</arg>
                <arg>-Amaven.version=${project.version}</arg>
              </compilerArgs>
            </configuration>
          </execution>
          <execution>
            <id>default-testCompile</id>
            <configuration>
              <annotationProcessors>
                <annotationProcessor>io.vertx.codegen.CodeGenProcessor</annotationProcessor>
              </annotationProcessors>
              <compilerArgs>
                <arg>-Acodegen.output=${project.basedir}/src/test</arg>
                <arg>-Acodegen.generators=RxJava</arg>
                <arg>-Acodegen.rxjava.deprecated=true</arg>
              </compilerArgs>
            </configuration>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <artifactId>maven-dependency-plugin</artifactId>
        <executions>
          <!-- Unpack vertx-core source code to src/main/java -->
          <execution>
            <id>unpack-vertx-core</id>
            <phase>generate-sources</phase>
            <goals>
              <goal>unpack-dependencies</goal>
            </goals>
            <configuration>
              <includeGroupIds>io.vertx</includeGroupIds>
              <includeArtifactIds>vertx-core</includeArtifactIds>
              <includeTypes>jar</includeTypes>
              <includeClassifiers>sources</includeClassifiers>
              <includes>io/vertx/core/**/*.java</includes>
              <excludes>**/impl/**/*.java,**/logging/*.java</excludes>
              <outputDirectory>${basedir}/src/main/java</outputDirectory>
            </configuration>
          </execution>
          <!-- Unpack codegen source code to src/test/java -->
          <execution>
            <id>unpack-codegen</id>
            <phase>generate-test-sources</phase>
            <goals>
              <goal>unpack-dependencies</goal>
            </goals>
            <configuration>
              <includeGroupIds>io.vertx</includeGroupIds>
              <includeArtifactIds>vertx-codegen</includeArtifactIds>
              <includeTypes>jar</includeTypes>
              <includeClassifiers>tck-sources</includeClassifiers>
              <outputDirectory>${basedir}/src/test/java</outputDirectory>
            </configuration>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <groupId>org.bsc.maven</groupId>
        <artifactId>maven-processor-plugin</artifactId>
        <version>3.1.0</version>
        <executions>
          <execution>
            <goals>
              <goal>process</goal>
            </goals>
            <phase>process-classes</phase>
            <configuration>
              <processors>
                <processor>io.vertx.docgen.JavaDocGenProcessor</processor>
              </processors>
              <includes>
                <include>io/vertx/rxjava/core/**/*.java</include>
                <include>examples/**/*.java</include>
              </includes>
              <optionMap>
                <docgen.output>${asciidoc.dir}/java</docgen.output>
              </optionMap>
            </configuration>
          </execution>
        </executions>
      </plugin>

      <!-- Doc generation -->
      <plugin>
        <groupId>org.asciidoctor</groupId>
        <artifactId>asciidoctor-maven-plugin</artifactId>
        <executions>
          <execution>
            <id>process-asciidoc</id>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <artifactId>maven-javadoc-plugin</artifactId>
        <executions>
          <execution>
            <phase>package</phase>
            <goals>
              <goal>javadoc</goal>
            </goals>
            <configuration>
              <reportOutputDirectory>${project.build.directory}/docs</reportOutputDirectory>
              <sourcepath>${project.basedir}/src/main/java:${project.build.directory}/generated-sources/annotations</sourcepath>
              <sourceFileIncludes>
                <sourceFileInclude>io/vertx/rxjava/core/**/*.java</sourceFileInclude>
                <sourceFileInclude>io/vertx/rx/java/**/*.java</sourceFileInclude>
              </sourceFileIncludes>
            </configuration>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <artifactId>maven-assembly-plugin</artifactId>
        <executions>
          <execution>
            <id>package-docs</id>
          </execution>
          <execution>
            <id>package-sources</id>
            <phase>package</phase>
            <goals>
              <goal>single</goal>
            </goals>
            <configuration>
              <attach>true</attach>
              <descriptors>
                <descriptor>src/main/assembly/sources.xml</descriptor>
              </descriptors>
            </configuration>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>

</project>

POM Entry

<dependency>
   <groupId>io.vertx</groupId>
   <artifactId>vertx-rx-java</artifactId>
   <version>3.4.2</version>
</dependency>

Download

If you think the following vertx-rx-java-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-rx-java-3.4.2.jar file




PreviousNext

Related