Last Version

ddal-core 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-core
Version

Version

1.1.1-RELEASE
Type

Type

jar
Description

Description

ddal-core
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-core 1.1.1-RELEASE


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.