ElephantJdbc

Simple JDBC API

License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.github.icecooly
ArtifactId

ArtifactId

ElephantJdbc
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

ElephantJdbc
Simple JDBC API

Download ElephantJdbc

How to add to project

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

Dependencies

compile (10)

Group / Artifact Type Version
com.zaxxer : HikariCP jar 2.5.1
com.mchange : c3p0 jar 0.9.5.2
com.alibaba : druid jar 1.1.3
com.mchange : mchange-commons-java jar 0.2.9
mysql : mysql-connector-java jar 5.1.36
org.slf4j : slf4j-api jar 1.7.21
org.apache.logging.log4j : log4j-core jar 2.6.2
org.apache.logging.log4j : log4j-api jar 2.6.2
com.alibaba : fastjson jar 1.2.35
com.github.icecooly : SmartJdbc jar 1.1.0

test (2)

Group / Artifact Type Version
org.apache.logging.log4j : log4j-slf4j-impl jar 2.6.2
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.0
1.0.0