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