is not current version
Last Version 2.0.2

com.github.bbottema:clustered-object-pool 2.0.0

Clustered and keyed generic object pools

GroupId

GroupId

com.github.bbottema
ArtifactId

ArtifactId

clustered-object-pool
Version

Version

2.0.0
Type

Type

jar

Download clustered-object-pool 2.0.0


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