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