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