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