is not current version
Last Version 2.2.1

cn.danielw:fast-object-pool 2.1.0

An extremely fast object pool with zero dependencies

GroupId

GroupId

cn.danielw
ArtifactId

ArtifactId

fast-object-pool
Version

Version

2.1.0
Type

Type

jar

Download fast-object-pool 2.1.0


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