License |
License |
---|---|
GroupId | GroupIdcn.xphsc |
ArtifactId | ArtifactIdeasyjdbc |
Last Version | Last Version2.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEasyJdbc具有SQL构造工具、SQL注解、链式API等Framework for Java
|
Project URL |
Project URL |
Filename | Size |
---|---|
easyjdbc-2.1.0.pom | |
easyjdbc-2.1.0.jar | 221 KB |
easyjdbc-2.1.0-sources.jar | 157 KB |
easyjdbc-2.1.0-javadoc.jar | 905 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.xphsc/easyjdbc/ -->
<dependency>
<groupId>cn.xphsc</groupId>
<artifactId>easyjdbc</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.xphsc/easyjdbc/
implementation 'cn.xphsc:easyjdbc:2.1.0'
// https://jarcasting.com/artifacts/cn.xphsc/easyjdbc/
implementation ("cn.xphsc:easyjdbc:2.1.0")
'cn.xphsc:easyjdbc:jar:2.1.0'
<dependency org="cn.xphsc" name="easyjdbc" rev="2.1.0">
<artifact name="easyjdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.xphsc', module='easyjdbc', version='2.1.0')
)
libraryDependencies += "cn.xphsc" % "easyjdbc" % "2.1.0"
[cn.xphsc/easyjdbc "2.1.0"]
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 |