License |
License |
---|---|
GroupId | GroupIdcn.authing |
ArtifactId | ArtifactIdcore |
Last Version | Last Version4.3.34 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAuthing Java SDK
java backend sdk for authing
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
core-4.3.34.pom | |
core-4.3.34.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.authing/core/ -->
<dependency>
<groupId>cn.authing</groupId>
<artifactId>core</artifactId>
<version>4.3.34</version>
</dependency>
// https://jarcasting.com/artifacts/cn.authing/core/
implementation 'cn.authing:core:4.3.34'
// https://jarcasting.com/artifacts/cn.authing/core/
implementation ("cn.authing:core:4.3.34")
'cn.authing:core:jar:4.3.34'
<dependency org="cn.authing" name="core" rev="4.3.34">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.authing', module='core', version='4.3.34')
)
libraryDependencies += "cn.authing" % "core" % "4.3.34"
[cn.authing/core "4.3.34"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.8.6 |
com.squareup.okhttp3 : okhttp | jar | 4.8.0 |
com.auth0 : java-jwt | jar | 3.10.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |