MVN

com.vladmihalcea.flexy-pool : flexy-pool-parent

Maven & Gradle

Sep 15, 2020
918 stars

FlexyPool · FlexyPool bring flexibility to external Connection pooling libraries. It's meant to assist developers finding the right pool size while allowing you to adapt the size automatically.

<dependency>
    <groupId>com.vladmihalcea.flexy-pool</groupId>
    <artifactId>flexy-pool-parent</artifactId>
    <version>2.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.vladmihalcea.flexy-pool : flexy-pool-parent to add to Maven - Latest Versions:

  • Latest Stable: 2.2.3

All Versions

Choose a version of com.vladmihalcea.flexy-pool : flexy-pool-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
2.2.x
flexy-pool-parent-2.2.3
flexy-pool-parent-2.2.2
flexy-pool-parent-2.2.1
flexy-pool-parent-2.2.0
2.1.x
flexy-pool-parent-2.1.2
flexy-pool-parent-2.1.1
flexy-pool-parent-2.1.0
2.0.x
flexy-pool-parent-2.0.1
flexy-pool-parent-2.0.0
1.3.x
flexy-pool-parent-1.3.0
1.2.x
flexy-pool-parent-1.2.9
flexy-pool-parent-1.2.8
flexy-pool-parent-1.2.7
flexy-pool-parent-1.2.6
flexy-pool-parent-1.2.5
flexy-pool-parent-1.2.4
flexy-pool-parent-1.2.3
flexy-pool-parent-1.2.2
flexy-pool-parent-1.2.1
flexy-pool-parent-1.2.0
1.1.x
flexy-pool-parent-1.1.1
flexy-pool-parent-1.1.0
1.0.x
flexy-pool-parent-1.0.7
flexy-pool-parent-1.0.6
flexy-pool-parent-1.0.5
flexy-pool-parent-1.0.4
flexy-pool-parent-1.0.3
flexy-pool-parent-1.0.2
flexy-pool-parent-1.0.1
1.0
flexy-pool-parent-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.vladmihalcea.flexy-pool</groupId>
    <artifactId>flexy-pool-parent</artifactId>
    <version>2.2.3</version>
</dependency>

Advertisement