License |
License |
---|---|
GroupId | GroupIdcom.github.xphsc |
ArtifactId | ArtifactIdeasyjdbc |
Last Version | Last Version2.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEasyJdbc具有SQL构造工具、SQL注解、链式API等让查询操作更为灵活
|
Filename | Size |
---|---|
easyjdbc-2.0.4.pom | |
easyjdbc-2.0.4.jar | 217 KB |
easyjdbc-2.0.4-sources.jar | 154 KB |
easyjdbc-2.0.4-javadoc.jar | 877 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xphsc/easyjdbc/ -->
<dependency>
<groupId>com.github.xphsc</groupId>
<artifactId>easyjdbc</artifactId>
<version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xphsc/easyjdbc/
implementation 'com.github.xphsc:easyjdbc:2.0.4'
// https://jarcasting.com/artifacts/com.github.xphsc/easyjdbc/
implementation ("com.github.xphsc:easyjdbc:2.0.4")
'com.github.xphsc:easyjdbc:jar:2.0.4'
<dependency org="com.github.xphsc" name="easyjdbc" rev="2.0.4">
<artifact name="easyjdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xphsc', module='easyjdbc', version='2.0.4')
)
libraryDependencies += "com.github.xphsc" % "easyjdbc" % "2.0.4"
[com.github.xphsc/easyjdbc "2.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-jdbc Optional | jar | 4.3.8.RELEASE |
org.springframework : spring-context Optional | jar | 4.3.8.RELEASE |
javax.persistence : javax.persistence-api | jar | 2.2 |