GroupId | GroupIdxin.yuki |
---|---|
ArtifactId | ArtifactIdauth-core |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
auth-core-1.0.0.pom | |
auth-core-1.0.0.jar | 44 KB |
auth-core-1.0.0-sources.jar | 20 KB |
auth-core-1.0.0-javadoc.jar | 217 KB |
Browse |
<!-- https://jarcasting.com/artifacts/xin.yuki/auth-core/ -->
<dependency>
<groupId>xin.yuki</groupId>
<artifactId>auth-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/xin.yuki/auth-core/
implementation 'xin.yuki:auth-core:1.0.0'
// https://jarcasting.com/artifacts/xin.yuki/auth-core/
implementation ("xin.yuki:auth-core:1.0.0")
'xin.yuki:auth-core:jar:1.0.0'
<dependency org="xin.yuki" name="auth-core" rev="1.0.0">
<artifact name="auth-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='xin.yuki', module='auth-core', version='1.0.0')
)
libraryDependencies += "xin.yuki" % "auth-core" % "1.0.0"
[xin.yuki/auth-core "1.0.0"]