l

lindorm-all-client

The JDBC client for Aliyun Lindorm multi-model database.
The Apache Software License, Version 2.0
文件下载
文件名 操作
lindorm-all-client-2.1.9.jar 下载
lindorm-all-client-2.1.9.pom 下载
lindorm-all-client-2.1.9-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.aliyun.lindorm</groupId>
  <artifactId>lindorm-all-client</artifactId>
  <version>2.1.9</version>
</dependency>
Gradle Groovy
implementation 'com.aliyun.lindorm:lindorm-all-client:2.1.9'
Gradle Kotlin
implementation("com.aliyun.lindorm:lindorm-all-client:2.1.9")
Scala SBT
libraryDependencies += "com.aliyun.lindorm" % "lindorm-all-client" % "2.1.9"
Groovy Grape
@Grapes(
  @Grab(group='com.aliyun.lindorm', module='lindorm-all-client', version='2.1.9')
)
Apache Ivy
<dependency org="com.aliyun.lindorm" name="lindorm-all-client" rev="2.1.9" />
Leiningen
[com.aliyun.lindorm/lindorm-all-client "2.1.9"]
Apache Buildr
'com.aliyun.lindorm:lindorm-all-client:jar:2.1.9'