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