License |
License |
---|---|
GroupId | GroupIdcn.bctools |
ArtifactId | ArtifactIdjvs-auth-common |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjvs - 基于Spring Cloud Alibaba实现的微服务架构
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
jvs-auth-common-1.0.0.pom | |
jvs-auth-common-1.0.0.jar | 165 KB |
jvs-auth-common-1.0.0-sources.jar | 86 KB |
jvs-auth-common-1.0.0-javadoc.jar | 688 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.bctools/jvs-auth-common/ -->
<dependency>
<groupId>cn.bctools</groupId>
<artifactId>jvs-auth-common</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.bctools/jvs-auth-common/
implementation 'cn.bctools:jvs-auth-common:1.0.0'
// https://jarcasting.com/artifacts/cn.bctools/jvs-auth-common/
implementation ("cn.bctools:jvs-auth-common:1.0.0")
'cn.bctools:jvs-auth-common:jar:1.0.0'
<dependency org="cn.bctools" name="jvs-auth-common" rev="1.0.0">
<artifact name="jvs-auth-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.bctools', module='jvs-auth-common', version='1.0.0')
)
libraryDependencies += "cn.bctools" % "jvs-auth-common" % "1.0.0"
[cn.bctools/jvs-auth-common "1.0.0"]