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