Categories |
CategoriesDubbo Net Networking |
---|---|
GroupId | GroupIdcn.org.thinkcloud |
ArtifactId | ArtifactIdthink-cloud-starter-dubbo |
Version | Version1.2.2.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.org.thinkcloud/think-cloud-starter-dubbo/ -->
<dependency>
<groupId>cn.org.thinkcloud</groupId>
<artifactId>think-cloud-starter-dubbo</artifactId>
<version>1.2.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.org.thinkcloud/think-cloud-starter-dubbo/
implementation 'cn.org.thinkcloud:think-cloud-starter-dubbo:1.2.2.RELEASE'
// https://jarcasting.com/artifacts/cn.org.thinkcloud/think-cloud-starter-dubbo/
implementation ("cn.org.thinkcloud:think-cloud-starter-dubbo:1.2.2.RELEASE")
'cn.org.thinkcloud:think-cloud-starter-dubbo:jar:1.2.2.RELEASE'
<dependency org="cn.org.thinkcloud" name="think-cloud-starter-dubbo" rev="1.2.2.RELEASE">
<artifact name="think-cloud-starter-dubbo" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.org.thinkcloud', module='think-cloud-starter-dubbo', version='1.2.2.RELEASE')
)
libraryDependencies += "cn.org.thinkcloud" % "think-cloud-starter-dubbo" % "1.2.2.RELEASE"
[cn.org.thinkcloud/think-cloud-starter-dubbo "1.2.2.RELEASE"]