MVN

com.alibaba.lindorm : lindorm-sql-table-executor

Maven & Gradle

Apr 06, 2022
5 usages

Lindorm SQL Table Executor

<dependency>
    <groupId>com.alibaba.lindorm</groupId>
    <artifactId>lindorm-sql-table-executor</artifactId>
    <version>1.1.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.alibaba.lindorm : lindorm-sql-table-executor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.13

All Versions

Choose a version of com.alibaba.lindorm : lindorm-sql-table-executor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
lindorm-sql-table-executor-1.1.13
lindorm-sql-table-executor-1.1.12
lindorm-sql-table-executor-1.1.11
lindorm-sql-table-executor-1.1.10
lindorm-sql-table-executor-1.1.9
lindorm-sql-table-executor-1.1.8
lindorm-sql-table-executor-1.1.7
lindorm-sql-table-executor-1.1.6
lindorm-sql-table-executor-1.1.5
lindorm-sql-table-executor-1.1.4
lindorm-sql-table-executor-1.1.3
lindorm-sql-table-executor-1.1.2
lindorm-sql-table-executor-1.1.1
lindorm-sql-table-executor-1.1.0
1.0.x
lindorm-sql-table-executor-1.0.3
lindorm-sql-table-executor-1.0.2
lindorm-sql-table-executor-1.0.1

How to add a dependency to Maven

Add the following com.alibaba.lindorm : lindorm-sql-table-executor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.alibaba.lindorm</groupId>
    <artifactId>lindorm-sql-table-executor</artifactId>
    <version>1.1.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.alibaba.lindorm : lindorm-sql-table-executor gradle dependency to your build.gradle file:

implementation 'com.alibaba.lindorm:lindorm-sql-table-executor:1.1.13'

Gradle Kotlin DSL: Add the following com.alibaba.lindorm : lindorm-sql-table-executor gradle kotlin dependency to your build.gradle.kts file:

implementation("com.alibaba.lindorm:lindorm-sql-table-executor:1.1.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.alibaba.lindorm : lindorm-sql-table-executor sbt scala dependency to your build.sbt file:

libraryDependencies += "com.alibaba.lindorm" % "lindorm-sql-table-executor" % "1.1.13"