| License |
License |
|---|---|
| GroupId | GroupIdcom.github.codeinghelper |
| ArtifactId | ArtifactIdauth |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionauth
一个工具类库
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| auth-1.0.0.pom | |
| auth-1.0.0.jar | 7 KB |
| auth-1.0.0-sources.jar | 3 KB |
| auth-1.0.0-javadoc.jar | 46 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.codeinghelper/auth/ -->
<dependency>
<groupId>com.github.codeinghelper</groupId>
<artifactId>auth</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.codeinghelper/auth/
implementation 'com.github.codeinghelper:auth:1.0.0'
// https://jarcasting.com/artifacts/com.github.codeinghelper/auth/
implementation ("com.github.codeinghelper:auth:1.0.0")
'com.github.codeinghelper:auth:jar:1.0.0'
<dependency org="com.github.codeinghelper" name="auth" rev="1.0.0">
<artifact name="auth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.codeinghelper', module='auth', version='1.0.0')
)
libraryDependencies += "com.github.codeinghelper" % "auth" % "1.0.0"
[com.github.codeinghelper/auth "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| com.auth0 : java-jwt | jar | 3.8.1 |
| javax.validation : validation-api | jar | 1.1.0.Final |
| com.github.codeinghelper : basic | jar | 1.0.0 |
| org.springframework.boot : spring-boot-starter-web | jar | 2.3.2.RELEASE |
| org.springframework.boot : spring-boot-starter-aop | jar | 2.3.2.RELEASE |