GroupId | GroupIdcom.chinagoods.framework.thinkcloud |
---|---|
ArtifactId | ArtifactIdthink-cloud-starter-id |
Version | Version3.0.1.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.chinagoods.framework.thinkcloud/think-cloud-starter-id/ -->
<dependency>
<groupId>com.chinagoods.framework.thinkcloud</groupId>
<artifactId>think-cloud-starter-id</artifactId>
<version>3.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.chinagoods.framework.thinkcloud/think-cloud-starter-id/
implementation 'com.chinagoods.framework.thinkcloud:think-cloud-starter-id:3.0.1.RELEASE'
// https://jarcasting.com/artifacts/com.chinagoods.framework.thinkcloud/think-cloud-starter-id/
implementation ("com.chinagoods.framework.thinkcloud:think-cloud-starter-id:3.0.1.RELEASE")
'com.chinagoods.framework.thinkcloud:think-cloud-starter-id:jar:3.0.1.RELEASE'
<dependency org="com.chinagoods.framework.thinkcloud" name="think-cloud-starter-id" rev="3.0.1.RELEASE">
<artifact name="think-cloud-starter-id" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.chinagoods.framework.thinkcloud', module='think-cloud-starter-id', version='3.0.1.RELEASE')
)
libraryDependencies += "com.chinagoods.framework.thinkcloud" % "think-cloud-starter-id" % "3.0.1.RELEASE"
[com.chinagoods.framework.thinkcloud/think-cloud-starter-id "3.0.1.RELEASE"]