Download netty-buffer-4.0.28.final.jar file

Introduction

You can download netty-buffer-4.0.28.final.jar in this page.

License

Apache License

Type List

netty-buffer-4.0.28.final.jar file has the following types.

META-INF/INDEX.LIST
META-INF/MANIFEST.MF
META-INF/io.netty.versions.properties
META-INF/maven/io.netty/netty-buffer/pom.properties
META-INF/maven/io.netty/netty-buffer/pom.xml
io.netty.buffer.AbstractByteBuf.class
io.netty.buffer.AbstractByteBufAllocator.class
io.netty.buffer.AbstractDerivedByteBuf.class
io.netty.buffer.AbstractReferenceCountedByteBuf.class
io.netty.buffer.AdvancedLeakAwareByteBuf.class
io.netty.buffer.ByteBuf.class
io.netty.buffer.ByteBufAllocator.class
io.netty.buffer.ByteBufHolder.class
io.netty.buffer.ByteBufInputStream.class
io.netty.buffer.ByteBufOutputStream.class
io.netty.buffer.ByteBufProcessor.class
io.netty.buffer.ByteBufUtil.class
io.netty.buffer.CompositeByteBuf.class
io.netty.buffer.DefaultByteBufHolder.class
io.netty.buffer.DuplicatedByteBuf.class
io.netty.buffer.EmptyByteBuf.class
io.netty.buffer.PoolArena.class
io.netty.buffer.PoolChunk.class
io.netty.buffer.PoolChunkList.class
io.netty.buffer.PoolSubpage.class
io.netty.buffer.PoolThreadCache.class
io.netty.buffer.PooledByteBuf.class
io.netty.buffer.PooledByteBufAllocator.class
io.netty.buffer.PooledDirectByteBuf.class
io.netty.buffer.PooledHeapByteBuf.class
io.netty.buffer.PooledUnsafeDirectByteBuf.class
io.netty.buffer.ReadOnlyByteBuf.class
io.netty.buffer.ReadOnlyByteBufferBuf.class
io.netty.buffer.ReadOnlyUnsafeDirectByteBuf.class
io.netty.buffer.SimpleLeakAwareByteBuf.class
io.netty.buffer.SlicedByteBuf.class
io.netty.buffer.SwappedByteBuf.class
io.netty.buffer.Unpooled.class
io.netty.buffer.UnpooledByteBufAllocator.class
io.netty.buffer.UnpooledDirectByteBuf.class
io.netty.buffer.UnpooledHeapByteBuf.class
io.netty.buffer.UnpooledUnsafeDirectByteBuf.class
io.netty.buffer.UnreleasableByteBuf.class
io.netty.buffer.UnsafeDirectSwappedByteBuf.class
io.netty.buffer.WrappedByteBuf.class

Pom

netty-buffer-4.0.28.final.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ Copyright 2012 The Netty Project
  ~
  ~ The Netty Project licenses this file to you under the Apache License,
  ~ version 2.0 (the "License"); you may not use this file except in compliance
  ~ with the License. You may obtain a copy of the License at:
  ~
  ~   http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing, software
  ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
  ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
  ~ License for the specific language governing permissions and limitations
  ~ under the License.
  -->
<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">

  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>io.netty</groupId>
    <artifactId>netty-parent</artifactId>
    <version>4.0.28.Final</version>
  </parent>

  <artifactId>netty-buffer</artifactId>
  <packaging>jar</packaging>

  <name>Netty/Buffer</name>

  <dependencies>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>netty-common</artifactId>
      <version>${project.version}</version>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>io.netty</groupId>
   <artifactId>netty-buffer</artifactId>
   <version>4.0.28.final</version>
</dependency>

Download

If you think the following netty-buffer-4.0.28.final.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download netty-buffer-4.0.28.final.jar file




PreviousNext

Related