| License |
License |
|---|---|
| GroupId | GroupIdcom.rookiefly.open.shardbatis |
| ArtifactId | ArtifactIdshardbatis |
| Version | Version2.2.0 |
| Type | Typejar |
| Description |
Descriptionshardbatis
mybatis table sharding plugin
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| shardbatis-2.2.0.pom | |
| shardbatis-2.2.0.jar | 26 KB |
| shardbatis-2.2.0-sources.jar | 18 KB |
| shardbatis-2.2.0-javadoc.jar | 131 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.rookiefly.open.shardbatis/shardbatis/ -->
<dependency>
<groupId>com.rookiefly.open.shardbatis</groupId>
<artifactId>shardbatis</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.rookiefly.open.shardbatis/shardbatis/
implementation 'com.rookiefly.open.shardbatis:shardbatis:2.2.0'
// https://jarcasting.com/artifacts/com.rookiefly.open.shardbatis/shardbatis/
implementation ("com.rookiefly.open.shardbatis:shardbatis:2.2.0")
'com.rookiefly.open.shardbatis:shardbatis:jar:2.2.0'
<dependency org="com.rookiefly.open.shardbatis" name="shardbatis" rev="2.2.0">
<artifact name="shardbatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rookiefly.open.shardbatis', module='shardbatis', version='2.2.0')
)
libraryDependencies += "com.rookiefly.open.shardbatis" % "shardbatis" % "2.2.0"
[com.rookiefly.open.shardbatis/shardbatis "2.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.mybatis : mybatis | jar | 3.4.6 |
| net.sf.jsqlparser : jsqlparser | jar | 0.7.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| com.h2database : h2 | jar | 1.2.140 |