GroupId | GroupIdcn.spark2fire |
---|---|
ArtifactId | ArtifactIdauth-core |
Version | Version0.0.5 |
Type | Typejar |
Filename | Size |
---|---|
auth-core-0.0.5.pom | |
auth-core-0.0.5.jar | 29 KB |
auth-core-0.0.5-sources.jar | 10 KB |
auth-core-0.0.5-javadoc.jar | 339 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.spark2fire/auth-core/ -->
<dependency>
<groupId>cn.spark2fire</groupId>
<artifactId>auth-core</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/cn.spark2fire/auth-core/
implementation 'cn.spark2fire:auth-core:0.0.5'
// https://jarcasting.com/artifacts/cn.spark2fire/auth-core/
implementation ("cn.spark2fire:auth-core:0.0.5")
'cn.spark2fire:auth-core:jar:0.0.5'
<dependency org="cn.spark2fire" name="auth-core" rev="0.0.5">
<artifact name="auth-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.spark2fire', module='auth-core', version='0.0.5')
)
libraryDependencies += "cn.spark2fire" % "auth-core" % "0.0.5"
[cn.spark2fire/auth-core "0.0.5"]