License |
License |
---|---|
Categories |
CategoriesCLI User Interface ORM Data |
GroupId | GroupIdcom.aliyun.lindorm |
ArtifactId | ArtifactIdlindorm-client-parent |
Last Version | Last Version2.0.14 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionAliyun Lindorm
SQL driver for Lindorm Multi-model database.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
lindorm-client-parent-2.0.14.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aliyun.lindorm/lindorm-client-parent/ -->
<dependency>
<groupId>com.aliyun.lindorm</groupId>
<artifactId>lindorm-client-parent</artifactId>
<version>2.0.14</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.aliyun.lindorm/lindorm-client-parent/
implementation 'com.aliyun.lindorm:lindorm-client-parent:2.0.14'
// https://jarcasting.com/artifacts/com.aliyun.lindorm/lindorm-client-parent/
implementation ("com.aliyun.lindorm:lindorm-client-parent:2.0.14")
'com.aliyun.lindorm:lindorm-client-parent:pom:2.0.14'
<dependency org="com.aliyun.lindorm" name="lindorm-client-parent" rev="2.0.14">
<artifact name="lindorm-client-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.aliyun.lindorm', module='lindorm-client-parent', version='2.0.14')
)
libraryDependencies += "com.aliyun.lindorm" % "lindorm-client-parent" % "2.0.14"
[com.aliyun.lindorm/lindorm-client-parent "2.0.14"]