is not current version
Last Version 2.0.1

com.github.bbottema:generic-object-pool 1.0.1

Flexible thread-safe generic object pool

GroupId

GroupId

com.github.bbottema
ArtifactId

ArtifactId

generic-object-pool
Version

Version

1.0.1
Type

Type

jar

Download generic-object-pool 1.0.1


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