| License |
License |
|---|---|
| Categories |
CategoriesORM Data |
| GroupId | GroupIdcom.alibaba.lindorm |
| ArtifactId | ArtifactIdlindorm-sql-table-executor |
| Version | Version1.1.0 |
| Type | Typejar |
| Description |
DescriptionLindorm SQL Table Executor
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| lindorm-sql-table-executor-1.1.0.pom | |
| lindorm-sql-table-executor-1.1.0.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.alibaba.lindorm/lindorm-sql-table-executor/ -->
<dependency>
<groupId>com.alibaba.lindorm</groupId>
<artifactId>lindorm-sql-table-executor</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.lindorm/lindorm-sql-table-executor/
implementation 'com.alibaba.lindorm:lindorm-sql-table-executor:1.1.0'
// https://jarcasting.com/artifacts/com.alibaba.lindorm/lindorm-sql-table-executor/
implementation ("com.alibaba.lindorm:lindorm-sql-table-executor:1.1.0")
'com.alibaba.lindorm:lindorm-sql-table-executor:jar:1.1.0'
<dependency org="com.alibaba.lindorm" name="lindorm-sql-table-executor" rev="1.1.0">
<artifact name="lindorm-sql-table-executor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.lindorm', module='lindorm-sql-table-executor', version='1.1.0')
)
libraryDependencies += "com.alibaba.lindorm" % "lindorm-sql-table-executor" % "1.1.0"
[com.alibaba.lindorm/lindorm-sql-table-executor "1.1.0"]