| GroupId | GroupIdcom.github.wpyuan |
|---|---|
| ArtifactId | ArtifactIddefault-auth-jwt |
| Version | Version0.2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| default-auth-jwt-0.2.0.pom | |
| default-auth-jwt-0.2.0.jar | 23 KB |
| default-auth-jwt-0.2.0-sources.jar | 15 KB |
| default-auth-jwt-0.2.0-javadoc.jar | 154 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.wpyuan/default-auth-jwt/ -->
<dependency>
<groupId>com.github.wpyuan</groupId>
<artifactId>default-auth-jwt</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wpyuan/default-auth-jwt/
implementation 'com.github.wpyuan:default-auth-jwt:0.2.0'
// https://jarcasting.com/artifacts/com.github.wpyuan/default-auth-jwt/
implementation ("com.github.wpyuan:default-auth-jwt:0.2.0")
'com.github.wpyuan:default-auth-jwt:jar:0.2.0'
<dependency org="com.github.wpyuan" name="default-auth-jwt" rev="0.2.0">
<artifact name="default-auth-jwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wpyuan', module='default-auth-jwt', version='0.2.0')
)
libraryDependencies += "com.github.wpyuan" % "default-auth-jwt" % "0.2.0"
[com.github.wpyuan/default-auth-jwt "0.2.0"]