Last Version

ddal-spring 1.1.1-RELEASE

DDAL(Distributed Data Access Layer) is a simple solution to access database shard.

License

License

GroupId

GroupId

org.hellojavaer.ddal
ArtifactId

ArtifactId

ddal-spring
Version

Version

1.1.1-RELEASE
Type

Type

jar
Description

Description

ddal-spring
DDAL(Distributed Data Access Layer) is a simple solution to access database shard.
Project URL

Project URL

https://github.com/hellojavaer/ddal
Source Code Management

Source Code Management

https://github.com/hellojavaer/ddal.git

Download ddal-spring 1.1.1-RELEASE


<!-- https://jarcasting.com/artifacts/org.hellojavaer.ddal/ddal-spring/ -->
<dependency>
    <groupId>org.hellojavaer.ddal</groupId>
    <artifactId>ddal-spring</artifactId>
    <version>1.1.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.hellojavaer.ddal/ddal-spring/
implementation 'org.hellojavaer.ddal:ddal-spring:1.1.1-RELEASE'
// https://jarcasting.com/artifacts/org.hellojavaer.ddal/ddal-spring/
implementation ("org.hellojavaer.ddal:ddal-spring:1.1.1-RELEASE")
'org.hellojavaer.ddal:ddal-spring:jar:1.1.1-RELEASE'
<dependency org="org.hellojavaer.ddal" name="ddal-spring" rev="1.1.1-RELEASE">
  <artifact name="ddal-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hellojavaer.ddal', module='ddal-spring', version='1.1.1-RELEASE')
)
libraryDependencies += "org.hellojavaer.ddal" % "ddal-spring" % "1.1.1-RELEASE"
[org.hellojavaer.ddal/ddal-spring "1.1.1-RELEASE"]

Dependencies

compile (5)

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.springframework : spring-aop jar 4.2.5.RELEASE
org.springframework : spring-context jar 4.2.5.RELEASE
org.aspectj : aspectjweaver jar 1.8.9

test (2)

Group / Artifact Type Version
junit : junit Optional jar 4.11
org.springframework : spring-test Optional jar 4.2.5.RELEASE

Project Modules

There are no modules declared in this project.