GroupId | GroupIdcom.gitee.zhangchenyan |
---|---|
ArtifactId | ArtifactIdtakin-auth-common |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
takin-auth-common-1.1.pom | |
takin-auth-common-1.1.jar | 6 KB |
takin-auth-common-1.1-sources.jar | 3 KB |
takin-auth-common-1.1-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.zhangchenyan/takin-auth-common/ -->
<dependency>
<groupId>com.gitee.zhangchenyan</groupId>
<artifactId>takin-auth-common</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.zhangchenyan/takin-auth-common/
implementation 'com.gitee.zhangchenyan:takin-auth-common:1.1'
// https://jarcasting.com/artifacts/com.gitee.zhangchenyan/takin-auth-common/
implementation ("com.gitee.zhangchenyan:takin-auth-common:1.1")
'com.gitee.zhangchenyan:takin-auth-common:jar:1.1'
<dependency org="com.gitee.zhangchenyan" name="takin-auth-common" rev="1.1">
<artifact name="takin-auth-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.zhangchenyan', module='takin-auth-common', version='1.1')
)
libraryDependencies += "com.gitee.zhangchenyan" % "takin-auth-common" % "1.1"
[com.gitee.zhangchenyan/takin-auth-common "1.1"]