License |
License |
---|---|
Categories |
CategoriesCLI User Interface ORM Data |
GroupId | GroupIdcom.aliyun.lindorm |
ArtifactId | ArtifactIdlindorm-client-parent |
Version | Version1.0.0 |
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-1.0.0.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>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.aliyun.lindorm/lindorm-client-parent/
implementation 'com.aliyun.lindorm:lindorm-client-parent:1.0.0'
// https://jarcasting.com/artifacts/com.aliyun.lindorm/lindorm-client-parent/
implementation ("com.aliyun.lindorm:lindorm-client-parent:1.0.0")
'com.aliyun.lindorm:lindorm-client-parent:pom:1.0.0'
<dependency org="com.aliyun.lindorm" name="lindorm-client-parent" rev="1.0.0">
<artifact name="lindorm-client-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.aliyun.lindorm', module='lindorm-client-parent', version='1.0.0')
)
libraryDependencies += "com.aliyun.lindorm" % "lindorm-client-parent" % "1.0.0"
[com.aliyun.lindorm/lindorm-client-parent "1.0.0"]