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