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