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