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