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