Download jetty-io-9.4.0.v20161208.jar file

Introduction

You can download jetty-io-9.4.0.v20161208.jar in this page.

License

Eclipse Open Source

Type List

jetty-io-9.4.0.v20161208.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.eclipse.jetty/jetty-io/pom.properties
META-INF/maven/org.eclipse.jetty/jetty-io/pom.xml
about.html
org.eclipse.jetty.io.AbstractConnection.class
org.eclipse.jetty.io.AbstractEndPoint.class
org.eclipse.jetty.io.ArrayByteBufferPool.class
org.eclipse.jetty.io.ByteArrayEndPoint.class
org.eclipse.jetty.io.ByteBufferPool.class
org.eclipse.jetty.io.ChannelEndPoint.class
org.eclipse.jetty.io.ClientConnectionFactory.class
org.eclipse.jetty.io.Connection.class
org.eclipse.jetty.io.ConnectionStatistics.class
org.eclipse.jetty.io.EndPoint.class
org.eclipse.jetty.io.EofException.class
org.eclipse.jetty.io.FillInterest.class
org.eclipse.jetty.io.IdleTimeout.class
org.eclipse.jetty.io.LeakTrackingByteBufferPool.class
org.eclipse.jetty.io.ManagedSelector.class
org.eclipse.jetty.io.MappedByteBufferPool.class
org.eclipse.jetty.io.NegotiatingClientConnection.class
org.eclipse.jetty.io.NegotiatingClientConnectionFactory.class
org.eclipse.jetty.io.NetworkTrafficListener.class
org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint.class
org.eclipse.jetty.io.RuntimeIOException.class
org.eclipse.jetty.io.SelectChannelEndPoint.class
org.eclipse.jetty.io.SelectorManager.class
org.eclipse.jetty.io.SocketChannelEndPoint.class
org.eclipse.jetty.io.WriteFlusher.class
org.eclipse.jetty.io.WriterOutputStream.class
org.eclipse.jetty.io.ssl.SslClientConnectionFactory.class
org.eclipse.jetty.io.ssl.SslConnection.class
org.eclipse.jetty.io.ssl.SslHandshakeListener.class

Pom

jetty-io-9.4.0.v20161208.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/maven-v4_0_0.xsd">
  <parent>
    <artifactId>jetty-project</artifactId>
    <groupId>org.eclipse.jetty</groupId>
    <version>9.4.0.v20161208</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>jetty-io</artifactId>
  <name>Jetty :: IO Utility</name>
  <url>http://www.eclipse.org/jetty</url>
  <properties>
    <bundle-symbolic-name>${project.groupId}.io</bundle-symbolic-name>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.eclipse.jetty</groupId>
      <artifactId>jetty-util</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>org.eclipse.jetty.toolchain</groupId>
      <artifactId>jetty-test-helper</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.mockito</groupId>
      <artifactId>mockito-core</artifactId>
      <scope>test</scope>
    </dependency>
  </dependencies>
  <build>
    <plugins>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>findbugs-maven-plugin</artifactId>
        <configuration>
          <onlyAnalyze>org.eclipse.jetty.io.*</onlyAnalyze>
        </configuration>
      </plugin>
    </plugins>
  </build>
</project>

POM Entry

<dependency>
   <groupId>org.eclipse.jetty</groupId>
   <artifactId>jetty-io</artifactId>
   <version>9.4.0.v20161208</version>
</dependency>

Download

If you think the following jetty-io-9.4.0.v20161208.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download jetty-io-9.4.0.v20161208.jar file




PreviousNext

Related