MVN

com.houkunlin : system-dict-starter

Maven & Gradle

Dec 12, 2022
28 stars

system-dict-starter · 系统数据字典自动翻译成字典文本。可集合系统数据库中存储的用户数据字典,也可使用枚举做系统数据字典,主要用在返回数据给前端时自动把字典值翻译成字典文本信息; The system data dictionary is automatically translated into dictionary text. The user data dictionary stored in the system database can be aggregated, and the enumeration can also be used as the system data dictionary. It is mainly used to automatically translate dictionary values into dictionary text information when returning data to the front end.

<dependency>
    <groupId>com.houkunlin</groupId>
    <artifactId>system-dict-starter</artifactId>
    <version>1.4.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.houkunlin : system-dict-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.11

All Versions

Choose a version of com.houkunlin : system-dict-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
system-dict-starter-1.4.11
system-dict-starter-1.4.10.1
system-dict-starter-1.4.10
system-dict-starter-1.4.9
system-dict-starter-1.4.8
system-dict-starter-1.4.7
system-dict-starter-1.4.6.3
system-dict-starter-1.4.6.2
system-dict-starter-1.4.6.1
system-dict-starter-1.4.6
system-dict-starter-1.4.5.1
system-dict-starter-1.4.5
system-dict-starter-1.4.4.1
system-dict-starter-1.4.4
system-dict-starter-1.4.3.3
system-dict-starter-1.4.3.2
system-dict-starter-1.4.3.1
system-dict-starter-1.4.3
system-dict-starter-1.4.2
system-dict-starter-1.4.1
system-dict-starter-1.4.0
1.3.x
system-dict-starter-1.3.0

How to add a dependency to Maven

Add the following com.houkunlin : system-dict-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.houkunlin</groupId>
    <artifactId>system-dict-starter</artifactId>
    <version>1.4.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.houkunlin : system-dict-starter gradle dependency to your build.gradle file:

implementation 'com.houkunlin:system-dict-starter:1.4.11'

Gradle Kotlin DSL: Add the following com.houkunlin : system-dict-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.houkunlin:system-dict-starter:1.4.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.houkunlin : system-dict-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.houkunlin" % "system-dict-starter" % "1.4.11"