GroupId | GroupIdd-haven-mpool |
---|---|
ArtifactId | ArtifactIdmanaged-pool |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionManaged Pool
D-Haven Managed Pool is a library designed to provide pools
that are asynchronously managed in a background thread. The
pool system is very flexible and can accomodate just about
every need. It boasts the ability to add pool listeners so
that you can instrument and intercept the pooled objects when
they are created, destroyed, acquired, and released.
|
Project Organization |
Project OrganizationD-Haven.org |
Filename | Size |
---|---|
managed-pool-1.0.pom | |
managed-pool-1.0.jar | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/d-haven-mpool/managed-pool/ -->
<dependency>
<groupId>d-haven-mpool</groupId>
<artifactId>managed-pool</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/d-haven-mpool/managed-pool/
implementation 'd-haven-mpool:managed-pool:1.0'
// https://jarcasting.com/artifacts/d-haven-mpool/managed-pool/
implementation ("d-haven-mpool:managed-pool:1.0")
'd-haven-mpool:managed-pool:jar:1.0'
<dependency org="d-haven-mpool" name="managed-pool" rev="1.0">
<artifact name="managed-pool" type="jar" />
</dependency>
@Grapes(
@Grab(group='d-haven-mpool', module='managed-pool', version='1.0')
)
libraryDependencies += "d-haven-mpool" % "managed-pool" % "1.0"
[d-haven-mpool/managed-pool "1.0"]
Group / Artifact | Type | Version |
---|---|---|
event » event | jar | 1.0 |
concurrent : concurrent | jar | 1.3.4 |