GroupId | GroupIdcom.github.sparkzxl |
---|---|
ArtifactId | ArtifactIdsparkzxl-jwt-starter |
Version | Version1.3.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.sparkzxl/sparkzxl-jwt-starter/ -->
<dependency>
<groupId>com.github.sparkzxl</groupId>
<artifactId>sparkzxl-jwt-starter</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sparkzxl/sparkzxl-jwt-starter/
implementation 'com.github.sparkzxl:sparkzxl-jwt-starter:1.3.2'
// https://jarcasting.com/artifacts/com.github.sparkzxl/sparkzxl-jwt-starter/
implementation ("com.github.sparkzxl:sparkzxl-jwt-starter:1.3.2")
'com.github.sparkzxl:sparkzxl-jwt-starter:jar:1.3.2'
<dependency org="com.github.sparkzxl" name="sparkzxl-jwt-starter" rev="1.3.2">
<artifact name="sparkzxl-jwt-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sparkzxl', module='sparkzxl-jwt-starter', version='1.3.2')
)
libraryDependencies += "com.github.sparkzxl" % "sparkzxl-jwt-starter" % "1.3.2"
[com.github.sparkzxl/sparkzxl-jwt-starter "1.3.2"]