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