GroupId | GroupIdcn.tuheishan |
---|---|
ArtifactId | ArtifactIdmeteor-cloud-starter-service |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.tuheishan/meteor-cloud-starter-service/ -->
<dependency>
<groupId>cn.tuheishan</groupId>
<artifactId>meteor-cloud-starter-service</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.tuheishan/meteor-cloud-starter-service/
implementation 'cn.tuheishan:meteor-cloud-starter-service:1.0.0'
// https://jarcasting.com/artifacts/cn.tuheishan/meteor-cloud-starter-service/
implementation ("cn.tuheishan:meteor-cloud-starter-service:1.0.0")
'cn.tuheishan:meteor-cloud-starter-service:jar:1.0.0'
<dependency org="cn.tuheishan" name="meteor-cloud-starter-service" rev="1.0.0">
<artifact name="meteor-cloud-starter-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.tuheishan', module='meteor-cloud-starter-service', version='1.0.0')
)
libraryDependencies += "cn.tuheishan" % "meteor-cloud-starter-service" % "1.0.0"
[cn.tuheishan/meteor-cloud-starter-service "1.0.0"]