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