Connection Pool Client

A simple multi-purpose connection pool client (Kafka & Hbase & Redis & RMDB & Socket & Http)

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

org.darkphoenixs
ArtifactId

ArtifactId

connectionpool-client
Last Version

Last Version

1.2.7
Release Date

Release Date

Type

Type

jar
Description

Description

Connection Pool Client
A simple multi-purpose connection pool client (Kafka & Hbase & Redis & RMDB & Socket & Http)
Project URL

Project URL

http://darkphoenixs.org/connection-pool-client/
Project Organization

Project Organization

Dark Phoenixs
Source Code Management

Source Code Management

https://github.com/DarkPhoenixs/connection-pool-client

Download connectionpool-client

How to add to project

<!-- https://jarcasting.com/artifacts/org.darkphoenixs/connectionpool-client/ -->
<dependency>
    <groupId>org.darkphoenixs</groupId>
    <artifactId>connectionpool-client</artifactId>
    <version>1.2.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.darkphoenixs/connectionpool-client/
implementation 'org.darkphoenixs:connectionpool-client:1.2.7'
// https://jarcasting.com/artifacts/org.darkphoenixs/connectionpool-client/
implementation ("org.darkphoenixs:connectionpool-client:1.2.7")
'org.darkphoenixs:connectionpool-client:jar:1.2.7'
<dependency org="org.darkphoenixs" name="connectionpool-client" rev="1.2.7">
  <artifact name="connectionpool-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.darkphoenixs', module='connectionpool-client', version='1.2.7')
)
libraryDependencies += "org.darkphoenixs" % "connectionpool-client" % "1.2.7"
[org.darkphoenixs/connectionpool-client "1.2.7"]

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.commons : commons-pool2 jar 2.4.2

provided (4)

Group / Artifact Type Version
org.apache.kafka : kafka_2.11 Optional jar 0.9.0.1
org.apache.hbase : hbase-client Optional jar 1.2.0
redis.clients : jedis Optional jar 2.9.0
mysql : mysql-connector-java Optional jar 5.1.38

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Connection Pool Client

Organization Build Status Codecov Maven Central Javadoc GitHub release License

This is a simple multi-purpose connection pool client base on Apache Commons Pool ™

Support

Documentation

The documentation is available at Wiki.

Download

Maven

<dependency>
	<groupId>org.darkphoenixs</groupId>
	<artifactId>connectionpool-client</artifactId>
	<version>x.x.x</version>
</dependency>

Gradle

compile 'org.darkphoenixs:connectionpool-client:x.x.x'

SBT

libraryDependencies += "org.darkphoenixs" % "connectionpool-client" % "x.x.x"

License

Copyright 2015-2020 Dark Phoenixs (Open-Source Organization).

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
org.darkphoenixs

Dark Phoenix's

Let's open !

Versions

Version
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1