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