Download reactor-net-1.1.2.release.jar file

Introduction

You can download reactor-net-1.1.2.release.jar in this page.

License

The Apache Software License, Version 2.0

Type List

reactor-net-1.1.2.release.jar file has the following types.

META-INF/MANIFEST.MF
reactor.net.AbstractNetChannel.class
reactor.net.AbstractNetPeer.class
reactor.net.NetChannel.class
reactor.net.NetClient.class
reactor.net.NetServer.class
reactor.net.Reconnect.class
reactor.net.config.ClientSocketOptions.class
reactor.net.config.CommonSocketOptions.class
reactor.net.config.ServerSocketOptions.class
reactor.net.config.SslOptions.class
reactor.net.encoding.syslog.SyslogCodec.class
reactor.net.encoding.syslog.SyslogMessage.class
reactor.net.netty.NettyClientSocketOptions.class
reactor.net.netty.NettyEventLoopDispatcher.class
reactor.net.netty.NettyNetChannel.class
reactor.net.netty.NettyNetChannelInboundHandler.class
reactor.net.netty.NettyNetChannelOutboundHandler.class
reactor.net.netty.NettyServerSocketOptions.class
reactor.net.netty.tcp.NettyTcpClient.class
reactor.net.netty.tcp.NettyTcpServer.class
reactor.net.netty.udp.NettyDatagramServer.class
reactor.net.spec.NetServerSpec.class
reactor.net.tcp.TcpClient.class
reactor.net.tcp.TcpServer.class
reactor.net.tcp.spec.IncrementalBackoffReconnectSpec.class
reactor.net.tcp.spec.TcpClientSpec.class
reactor.net.tcp.spec.TcpClients.class
reactor.net.tcp.spec.TcpServerSpec.class
reactor.net.tcp.spec.TcpServers.class
reactor.net.tcp.ssl.SSLEngineSupplier.class
reactor.net.tcp.support.SocketUtils.class
reactor.net.udp.DatagramServer.class
reactor.net.udp.spec.DatagramServerSpec.class
reactor.net.udp.spec.DatagramServers.class
reactor.net.zmq.ZeroMQClientSocketOptions.class
reactor.net.zmq.ZeroMQNetChannel.class
reactor.net.zmq.ZeroMQServerSocketOptions.class
reactor.net.zmq.ZeroMQWorker.class
reactor.net.zmq.tcp.ZeroMQ.class
reactor.net.zmq.tcp.ZeroMQTcpClient.class
reactor.net.zmq.tcp.ZeroMQTcpServer.class

Pom

reactor-net-1.1.2.release.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.projectreactor</groupId>
  <artifactId>reactor-net</artifactId>
  <version>1.1.2.RELEASE</version>
  <name>Reactor TCP components</name>
  <description>Reactor TCP components</description>
  <url>https://github.com/reactor/reactor</url>
  <organization>
    <name>reactor</name>
    <url>http://github.com/reactor</url>
  </organization>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>smaldini</id>
      <name>Stephane Maldini</name>
      <email>smaldini@gopivotal.com</email>
    </developer>
    <developer>
      <id>jbrisbin</id>
      <name>Jon Brisbin</name>
      <email>jbrisbin@gopivotal.com</email>
    </developer>
  </developers>
  <issueManagement>
    <system>GitHub Issues</system>
    <url>https://github.com/reactor/reactor/issues</url>
  </issueManagement>
  <scm>
    <connection>scm:git:git://github.com/reactor/reactor</connection>
    <developerConnection>scm:git:git://github.com/reactor/reactor</developerConnection>
    <url>https://github.com/reactor/reactor</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.3.2</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>commons-logging</artifactId>
          <groupId>commons-logging</groupId>
        </exclusion>
      </exclusions>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>com.google.code.findbugs</groupId>
      <artifactId>jsr305</artifactId>
      <version>2.0.0</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>commons-logging</artifactId>
          <groupId>commons-logging</groupId>
        </exclusion>
      </exclusions>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>io.netty</groupId>
      <artifactId>netty-all</artifactId>
      <version>4.0.19.Final</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>commons-logging</artifactId>
          <groupId>commons-logging</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.projectreactor</groupId>
      <artifactId>reactor-core</artifactId>
      <version>1.1.2.RELEASE</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>commons-logging</artifactId>
          <groupId>commons-logging</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.7</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>commons-logging</artifactId>
          <groupId>commons-logging</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.zeromq</groupId>
      <artifactId>jeromq</artifactId>
      <version>0.3.3</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>commons-logging</artifactId>
          <groupId>commons-logging</groupId>
        </exclusion>
      </exclusions>
      <optional>true</optional>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.projectreactor</groupId>
   <artifactId>reactor-net</artifactId>
   <version>1.1.2.release</version>
</dependency>

Download

If you think the following reactor-net-1.1.2.release.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download reactor-net-1.1.2.release.jar file




PreviousNext

Related