License |
License |
---|---|
GroupId | GroupIdcom.github.jingshouyan |
ArtifactId | ArtifactIdj-jdbc |
Last Version | Last Version1.3.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionj-jdbc
Crud enhancement based on spring-jdbc-template.
|
Project URL |
Project URL |
Filename | Size |
---|---|
j-jdbc-1.3.0.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jingshouyan/j-jdbc/ -->
<dependency>
<groupId>com.github.jingshouyan</groupId>
<artifactId>j-jdbc</artifactId>
<version>1.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jingshouyan/j-jdbc/
implementation 'com.github.jingshouyan:j-jdbc:1.3.0'
// https://jarcasting.com/artifacts/com.github.jingshouyan/j-jdbc/
implementation ("com.github.jingshouyan:j-jdbc:1.3.0")
'com.github.jingshouyan:j-jdbc:pom:1.3.0'
<dependency org="com.github.jingshouyan" name="j-jdbc" rev="1.3.0">
<artifact name="j-jdbc" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.jingshouyan', module='j-jdbc', version='1.3.0')
)
libraryDependencies += "com.github.jingshouyan" % "j-jdbc" % "1.3.0"
[com.github.jingshouyan/j-jdbc "1.3.0"]