| License |
License
The 2-Clause BSD License
|
|---|---|
| GroupId | GroupIdcom.gitee.l0km |
| ArtifactId | ArtifactIdappauth |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionapp authorize library of facelib
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Filename | Size |
|---|---|
| appauth-1.0.0.pom | |
| appauth-1.0.0.jar | 995 KB |
| appauth-1.0.0-test-sources.jar | 1 KB |
| appauth-1.0.0-sources.jar | 3 KB |
| appauth-1.0.0-javadoc.jar | 58 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.l0km/appauth/ -->
<dependency>
<groupId>com.gitee.l0km</groupId>
<artifactId>appauth</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.l0km/appauth/
implementation 'com.gitee.l0km:appauth:1.0.0'
// https://jarcasting.com/artifacts/com.gitee.l0km/appauth/
implementation ("com.gitee.l0km:appauth:1.0.0")
'com.gitee.l0km:appauth:jar:1.0.0'
<dependency org="com.gitee.l0km" name="appauth" rev="1.0.0">
<artifact name="appauth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.l0km', module='appauth', version='1.0.0')
)
libraryDependencies += "com.gitee.l0km" % "appauth" % "1.0.0"
[com.gitee.l0km/appauth "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.java.dev.jna : jna | jar | 5.8.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| com.alibaba : fastjson | jar | 1.2.60 |
| com.google.guava : guava | jar | 20.0 |