License |
License |
---|---|
GroupId | GroupIdcom.github.chris2018998 |
ArtifactId | ArtifactIdBeeCP |
Last Version | Last Version2.5.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBeeCP
High Performance JDBC Connection Pool
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
BeeCP-2.5.3.pom | |
BeeCP-2.5.3.jar | 84 KB |
BeeCP-2.5.3-sources.jar | 40 KB |
BeeCP-2.5.3-javadoc.jar | 116 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.chris2018998/BeeCP/ -->
<dependency>
<groupId>com.github.chris2018998</groupId>
<artifactId>BeeCP</artifactId>
<version>2.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chris2018998/BeeCP/
implementation 'com.github.chris2018998:BeeCP:2.5.3'
// https://jarcasting.com/artifacts/com.github.chris2018998/BeeCP/
implementation ("com.github.chris2018998:BeeCP:2.5.3")
'com.github.chris2018998:BeeCP:jar:2.5.3'
<dependency org="com.github.chris2018998" name="BeeCP" rev="2.5.3">
<artifact name="BeeCP" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chris2018998', module='BeeCP', version='2.5.3')
)
libraryDependencies += "com.github.chris2018998" % "BeeCP" % "2.5.3"
[com.github.chris2018998/BeeCP "2.5.3"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.29 |
Group / Artifact | Type | Version |
---|---|---|
org.javassist : javassist | jar | 3.20.0-GA |
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-api | jar | 2.13.2 |
org.apache.logging.log4j : log4j-core | jar | 2.13.2 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.13.2 |
mysql : mysql-connector-java | jar | 8.0.20 |