License |
License |
---|---|
GroupId | GroupIdcom.denghb |
ArtifactId | ArtifactIddbhelper |
Version | Version3.0.6 |
Type | Typejar |
Description |
Descriptiondbhelper
A easy based on the Spring JdbcTemplate JDBC helper
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
dbhelper-3.0.6.pom | |
dbhelper-3.0.6.jar | 14 KB |
dbhelper-3.0.6-sources.jar | 8 KB |
dbhelper-3.0.6-javadoc.jar | 81 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.denghb/dbhelper/ -->
<dependency>
<groupId>com.denghb</groupId>
<artifactId>dbhelper</artifactId>
<version>3.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.denghb/dbhelper/
implementation 'com.denghb:dbhelper:3.0.6'
// https://jarcasting.com/artifacts/com.denghb/dbhelper/
implementation ("com.denghb:dbhelper:3.0.6")
'com.denghb:dbhelper:jar:3.0.6'
<dependency org="com.denghb" name="dbhelper" rev="3.0.6">
<artifact name="dbhelper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.denghb', module='dbhelper', version='3.0.6')
)
libraryDependencies += "com.denghb" % "dbhelper" % "3.0.6"
[com.denghb/dbhelper "3.0.6"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-jdbc | jar | 4.3.0.RELEASE |