is not current version
Last Version 1.3

com.github.ykiselev:buffer-pool 1.2

A simple object pool fro byte buffers

GroupId

GroupId

com.github.ykiselev
ArtifactId

ArtifactId

buffer-pool
Version

Version

1.2
Type

Type

jar

Download buffer-pool 1.2


<!-- https://jarcasting.com/artifacts/com.github.ykiselev/buffer-pool/ -->
<dependency>
    <groupId>com.github.ykiselev</groupId>
    <artifactId>buffer-pool</artifactId>
    <version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ykiselev/buffer-pool/
implementation 'com.github.ykiselev:buffer-pool:1.2'
// https://jarcasting.com/artifacts/com.github.ykiselev/buffer-pool/
implementation ("com.github.ykiselev:buffer-pool:1.2")
'com.github.ykiselev:buffer-pool:jar:1.2'
<dependency org="com.github.ykiselev" name="buffer-pool" rev="1.2">
  <artifact name="buffer-pool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ykiselev', module='buffer-pool', version='1.2')
)
libraryDependencies += "com.github.ykiselev" % "buffer-pool" % "1.2"
[com.github.ykiselev/buffer-pool "1.2"]