License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdorg.hellojavaer.ddal |
ArtifactId | ArtifactIdddal-datasource |
Version | Version1.1.1-RELEASE |
Type | Typejar |
Description |
Descriptionddal-datasource
DDAL(Distributed Data Access Layer) is a simple solution to access database shard.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.hellojavaer.ddal/ddal-datasource/ -->
<dependency>
<groupId>org.hellojavaer.ddal</groupId>
<artifactId>ddal-datasource</artifactId>
<version>1.1.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.hellojavaer.ddal/ddal-datasource/
implementation 'org.hellojavaer.ddal:ddal-datasource:1.1.1-RELEASE'
// https://jarcasting.com/artifacts/org.hellojavaer.ddal/ddal-datasource/
implementation ("org.hellojavaer.ddal:ddal-datasource:1.1.1-RELEASE")
'org.hellojavaer.ddal:ddal-datasource:jar:1.1.1-RELEASE'
<dependency org="org.hellojavaer.ddal" name="ddal-datasource" rev="1.1.1-RELEASE">
<artifact name="ddal-datasource" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hellojavaer.ddal', module='ddal-datasource', version='1.1.1-RELEASE')
)
libraryDependencies += "org.hellojavaer.ddal" % "ddal-datasource" % "1.1.1-RELEASE"
[org.hellojavaer.ddal/ddal-datasource "1.1.1-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.hellojavaer.ddal : ddal-core | jar | 1.1.1-RELEASE |
org.hellojavaer.ddal : ddal-ddr | jar | 1.1.1-RELEASE |
org.hellojavaer.ddal : ddal-jsqlparser | jar | 1.1.1-RELEASE |
org.hellojavaer.ddal : ddal-sequence | jar | 1.1.1-RELEASE |
org.springframework : spring-context | jar | 4.2.5.RELEASE |