GroupId | GroupIdcom.gitee.l0km |
---|---|
ArtifactId | ArtifactIdauthkernel-common |
Version | Version1.6.1 |
Type | Typejar |
Filename | Size |
---|---|
authkernel-common-1.6.1.pom | |
authkernel-common-1.6.1.jar | 17 KB |
authkernel-common-1.6.1-sources.jar | 12 KB |
authkernel-common-1.6.1-javadoc.jar | 82 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.l0km/authkernel-common/ -->
<dependency>
<groupId>com.gitee.l0km</groupId>
<artifactId>authkernel-common</artifactId>
<version>1.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.l0km/authkernel-common/
implementation 'com.gitee.l0km:authkernel-common:1.6.1'
// https://jarcasting.com/artifacts/com.gitee.l0km/authkernel-common/
implementation ("com.gitee.l0km:authkernel-common:1.6.1")
'com.gitee.l0km:authkernel-common:jar:1.6.1'
<dependency org="com.gitee.l0km" name="authkernel-common" rev="1.6.1">
<artifact name="authkernel-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.l0km', module='authkernel-common', version='1.6.1')
)
libraryDependencies += "com.gitee.l0km" % "authkernel-common" % "1.6.1"
[com.gitee.l0km/authkernel-common "1.6.1"]