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