Categories |
CategoriesCLI User Interface ORM Data |
---|---|
GroupId | GroupIdcom.aliyun.lindorm |
ArtifactId | ArtifactIdlindorm-all-client |
Version | Version2.0.11 |
Type | Typejar |
Filename | Size |
---|---|
lindorm-all-client-2.0.11.pom | |
lindorm-all-client-2.0.11.jar | 28 KB |
lindorm-all-client-2.0.11-sources.jar | 21 KB |
lindorm-all-client-2.0.11-javadoc.jar | 101 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aliyun.lindorm/lindorm-all-client/ -->
<dependency>
<groupId>com.aliyun.lindorm</groupId>
<artifactId>lindorm-all-client</artifactId>
<version>2.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.aliyun.lindorm/lindorm-all-client/
implementation 'com.aliyun.lindorm:lindorm-all-client:2.0.11'
// https://jarcasting.com/artifacts/com.aliyun.lindorm/lindorm-all-client/
implementation ("com.aliyun.lindorm:lindorm-all-client:2.0.11")
'com.aliyun.lindorm:lindorm-all-client:jar:2.0.11'
<dependency org="com.aliyun.lindorm" name="lindorm-all-client" rev="2.0.11">
<artifact name="lindorm-all-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aliyun.lindorm', module='lindorm-all-client', version='2.0.11')
)
libraryDependencies += "com.aliyun.lindorm" % "lindorm-all-client" % "2.0.11"
[com.aliyun.lindorm/lindorm-all-client "2.0.11"]