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