MVN

io.gitee.zero-wsh : acTable

Maven & Gradle

May 09, 2023

acTable · 通过实体类自动建表

<dependency>
    <groupId>io.gitee.zero-wsh</groupId>
    <artifactId>acTable</artifactId>
    <version>2.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.gitee.zero-wsh : acTable to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.2

All Versions

Choose a version of io.gitee.zero-wsh : acTable to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
acTable-2.1.2
acTable-2.1.1
acTable-2.1.0
2.0.x
acTable-2.0.9
acTable-2.0.8
acTable-2.0.7
acTable-2.0.6
acTable-2.0.5
acTable-2.0.4
acTable-2.0.3
acTable-2.0.2
acTable-2.0.1
acTable-2.0.0
1.0.x
acTable-1.0.0

How to add a dependency to Maven

Add the following io.gitee.zero-wsh : acTable maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.gitee.zero-wsh</groupId>
    <artifactId>acTable</artifactId>
    <version>2.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.gitee.zero-wsh : acTable gradle dependency to your build.gradle file:

implementation 'io.gitee.zero-wsh:acTable:2.1.2'

Gradle Kotlin DSL: Add the following io.gitee.zero-wsh : acTable gradle kotlin dependency to your build.gradle.kts file:

implementation("io.gitee.zero-wsh:acTable:2.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.gitee.zero-wsh : acTable sbt scala dependency to your build.sbt file:

libraryDependencies += "io.gitee.zero-wsh" % "acTable" % "2.1.2"