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