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