Categories |
CategoriesORM Data Search Business Logic Libraries |
---|---|
GroupId | GroupIdcom.alibaba.lindorm |
ArtifactId | ArtifactIdlindorm-sql-search-executor |
Version | Version1.1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.alibaba.lindorm/lindorm-sql-search-executor/ -->
<dependency>
<groupId>com.alibaba.lindorm</groupId>
<artifactId>lindorm-sql-search-executor</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.lindorm/lindorm-sql-search-executor/
implementation 'com.alibaba.lindorm:lindorm-sql-search-executor:1.1.2'
// https://jarcasting.com/artifacts/com.alibaba.lindorm/lindorm-sql-search-executor/
implementation ("com.alibaba.lindorm:lindorm-sql-search-executor:1.1.2")
'com.alibaba.lindorm:lindorm-sql-search-executor:jar:1.1.2'
<dependency org="com.alibaba.lindorm" name="lindorm-sql-search-executor" rev="1.1.2">
<artifact name="lindorm-sql-search-executor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.lindorm', module='lindorm-sql-search-executor', version='1.1.2')
)
libraryDependencies += "com.alibaba.lindorm" % "lindorm-sql-search-executor" % "1.1.2"
[com.alibaba.lindorm/lindorm-sql-search-executor "1.1.2"]