GroupId | GroupIdcom.wuyushuo |
---|---|
ArtifactId | ArtifactIdspring-jwt-auth |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
spring-jwt-auth-1.1.0.pom | |
spring-jwt-auth-1.1.0.jar | 29 KB |
spring-jwt-auth-1.1.0-sources.jar | 16 KB |
spring-jwt-auth-1.1.0-javadoc.jar | 131 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wuyushuo/spring-jwt-auth/ -->
<dependency>
<groupId>com.wuyushuo</groupId>
<artifactId>spring-jwt-auth</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.wuyushuo/spring-jwt-auth/
implementation 'com.wuyushuo:spring-jwt-auth:1.1.0'
// https://jarcasting.com/artifacts/com.wuyushuo/spring-jwt-auth/
implementation ("com.wuyushuo:spring-jwt-auth:1.1.0")
'com.wuyushuo:spring-jwt-auth:jar:1.1.0'
<dependency org="com.wuyushuo" name="spring-jwt-auth" rev="1.1.0">
<artifact name="spring-jwt-auth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wuyushuo', module='spring-jwt-auth', version='1.1.0')
)
libraryDependencies += "com.wuyushuo" % "spring-jwt-auth" % "1.1.0"
[com.wuyushuo/spring-jwt-auth "1.1.0"]