buffer-pool

A simple object pool fro byte buffers

License

License

GroupId

GroupId

com.github.ykiselev
ArtifactId

ArtifactId

buffer-pool
Last Version

Last Version

1.3
Release Date

Release Date

Type

Type

jar
Description

Description

buffer-pool
A simple object pool fro byte buffers
Project URL

Project URL

https://github.com/YKiselev/pool
Source Code Management

Source Code Management

https://github.com/YKiselev/pool/tree/master

Download buffer-pool

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.3
1.2