License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdcom.github.icecooly |
ArtifactId | ArtifactIdElephantJdbc |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionElephantJdbc
Simple JDBC API
|
Filename | Size |
---|---|
ElephantJdbc-2.0.0.pom | |
ElephantJdbc-2.0.0.jar | 42 KB |
ElephantJdbc-2.0.0-sources.jar | 19 KB |
ElephantJdbc-2.0.0-javadoc.jar | 144 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.6.2 |
junit : junit | jar | 3.8.1 |