MVN

d-haven-mpool : managed-pool

Maven & Gradle

Sep 20, 2005
1 usages

Managed 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.

<dependency>
    <groupId>d-haven-mpool</groupId>
    <artifactId>managed-pool</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of d-haven-mpool : managed-pool to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of d-haven-mpool : managed-pool to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
managed-pool-1.0

How to add a dependency to Maven

Add the following d-haven-mpool : managed-pool maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>d-haven-mpool</groupId>
    <artifactId>managed-pool</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following d-haven-mpool : managed-pool gradle dependency to your build.gradle file:

implementation 'd-haven-mpool:managed-pool:1.0'

Gradle Kotlin DSL: Add the following d-haven-mpool : managed-pool gradle kotlin dependency to your build.gradle.kts file:

implementation("d-haven-mpool:managed-pool:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following d-haven-mpool : managed-pool sbt scala dependency to your build.sbt file:

libraryDependencies += "d-haven-mpool" % "managed-pool" % "1.0"

Advertisement