组织ID: |
io.netty |
项目ID: |
netty-buffer |
版本: |
4.1.0.CR1 |
最后修改时间: |
2018-08-01 16:01:23 |
包类型: |
jar |
标题: |
Netty/Buffer |
大小: |
216.61KB |
|
Maven引入代码: |
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
<version>4.1.0.CR1</version>
</dependency>
|
Gradle引入代码: |
io.netty:netty-buffer:4.1.0.CR1
|
下载Jar包: |
|
POM文件内容: |
<?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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<version>4.1.0.CR1</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>
|
Jar包内容: |
META-INF/MANIFEST.MF
io.netty.buffer.ByteBufUtil$ThreadLocalDirectByteBuf.class
io.netty.buffer.PooledHeapByteBuf$1.class
io.netty.buffer.ByteBufProcessor$8.class
io.netty.buffer.PooledDirectByteBuf$1.class
io.netty.buffer.ByteBufProcessor$1.class
io.netty.buffer.PoolThreadCache$NormalMemoryRegionCache.class
io.netty.buffer.PoolArena$SizeClass.class
io.netty.buffer.WrappedCompositeByteBuf.class
io.netty.buffer.SlicedByteBuf.class
io.netty.buffer.CompositeByteBuf.class
io.netty.buffer.PoolChunkMetric.class
io.netty.buffer.ByteBufUtil$1.class
io.netty.buffer.ByteBufOutputStream.class
io.netty.buffer.AbstractReferenceCountedByteBuf.class
io.netty.buffer.PooledUnsafeDirectByteBuf.class
io.netty.buffer.HeapByteBufUtil.class
io.netty.buffer.PoolThreadCache$MemoryRegionCache.class
io.netty.buffer.AbstractByteBufAllocator.class
io.netty.buffer.PooledUnsafeHeapByteBuf.class
io.netty.buffer.PoolSubpageMetric.class
io.netty.buffer.ByteBufProcessor$7.class
io.netty.buffer.PoolThreadCache$MemoryRegionCache$1.class
io.netty.buffer.ReadOnlyUnsafeDirectByteBuf.class
io.netty.buffer.PooledByteBufAllocator$PoolThreadLocalCache.class
io.netty.buffer.AdvancedLeakAwareCompositeByteBuf.class
io.netty.buffer.PoolArenaMetric.class
io.netty.buffer.ByteBufHolder.class
io.netty.buffer.PoolThreadCache$1.class
io.netty.buffer.UnreleasableByteBuf.class
io.netty.buffer.ByteBuf.class
io.netty.buffer.ByteBufProcessor$4.class
io.netty.buffer.PoolThreadCache$2.class
io.netty.buffer.PoolThreadCache$MemoryRegionCache$Entry.class
io.netty.buffer.ByteBufAllocator.class
io.netty.buffer.DuplicatedAbstractByteBuf.class
io.netty.buffer.PoolArena$DirectArena.class
io.netty.buffer.ByteBufUtil.class
io.netty.buffer.PoolChunkList.class
io.netty.buffer.AbstractUnsafeSwappedByteBuf.class
io.netty.buffer.PoolThreadCache.class
io.netty.buffer.ReadOnlyByteBufferBuf.class
io.netty.buffer.AdvancedLeakAwareByteBuf.class
io.netty.buffer.DefaultByteBufHolder.class
io.netty.buffer.ByteBufProcessor$10.class
io.netty.buffer.ByteBufProcessor$6.class
io.netty.buffer.PoolChunkListMetric.class
io.netty.buffer.FixedCompositeByteBuf.class
io.netty.buffer.UnpooledByteBufAllocator.class
io.netty.buffer.SwappedByteBuf.class
io.netty.buffer.ReadOnlyByteBuf.class
io.netty.buffer.AbstractByteBufAllocator$1.class
io.netty.buffer.ByteBufInputStream.class
io.netty.buffer.PooledUnsafeDirectByteBuf$1.class
io.netty.buffer.ByteBufUtil$ThreadLocalUnsafeDirectByteBuf.class
io.netty.buffer.CompositeByteBuf$1.class
io.netty.buffer.PooledUnsafeHeapByteBuf$1.class
io.netty.buffer.UnpooledUnsafeDirectByteBuf.class
io.netty.buffer.ByteBufProcessor$3.class
io.netty.buffer.ByteBufUtil$ThreadLocalUnsafeDirectByteBuf$1.class
io.netty.buffer.UnpooledHeapByteBuf.class
io.netty.buffer.SimpleLeakAwareByteBuf.class
io.netty.buffer.CompositeByteBuf$Component.class
io.netty.buffer.ByteBufProcessor$5.class
io.netty.buffer.PoolThreadCache$SubPageMemoryRegionCache.class
io.netty.buffer.ByteBufProcessor$9.class
io.netty.buffer.UnsafeDirectSwappedByteBuf.class
io.netty.buffer.AbstractDerivedByteBuf.class
io.netty.buffer.UnpooledUnsafeHeapByteBuf.class
io.netty.buffer.UnpooledDirectByteBuf.class
io.netty.buffer.ByteBufUtil$ThreadLocalDirectByteBuf$1.class
io.netty.buffer.UnsafeHeapSwappedByteBuf.class
io.netty.buffer.PoolArena$HeapArena.class
io.netty.buffer.ByteBufProcessor.class
io.netty.buffer.SlicedAbstractByteBuf.class
io.netty.buffer.CompositeByteBuf$CompositeByteBufIterator.class
io.netty.buffer.EmptyByteBuf.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
netty-common-${project.version}.jar
/${project.groupId}/netty-common/${project.version}
查看netty-common所有版本文件
|