MVN

io.github.windsbell : shardingkey-autofill

Maven & Gradle

Nov 24, 2023
15 stars

shardingkey-autofill · shardingkey-autofill 是一个针对分库分表的项目进行分片键(分库、分表键字段)自动填充的增强框架

<dependency>
    <groupId>io.github.windsbell</groupId>
    <artifactId>shardingkey-autofill</artifactId>
    <version>1.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.windsbell : shardingkey-autofill to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.4

All Versions

Choose a version of io.github.windsbell : shardingkey-autofill to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
shardingkey-autofill-1.1.4

How to add a dependency to Maven

Add the following io.github.windsbell : shardingkey-autofill maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.windsbell</groupId>
    <artifactId>shardingkey-autofill</artifactId>
    <version>1.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.windsbell : shardingkey-autofill gradle dependency to your build.gradle file:

implementation 'io.github.windsbell:shardingkey-autofill:1.1.4'

Gradle Kotlin DSL: Add the following io.github.windsbell : shardingkey-autofill gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.windsbell:shardingkey-autofill:1.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.windsbell : shardingkey-autofill sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.windsbell" % "shardingkey-autofill" % "1.1.4"