| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices |
| GroupId | GroupIdcom.github.yingzhuo |
| ArtifactId | ArtifactIdcarnival-spring-boot-starter-jwt |
| Last Version | Last Version1.1.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
<!-- https://jarcasting.com/artifacts/com.github.yingzhuo/carnival-spring-boot-starter-jwt/ -->
<dependency>
<groupId>com.github.yingzhuo</groupId>
<artifactId>carnival-spring-boot-starter-jwt</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yingzhuo/carnival-spring-boot-starter-jwt/
implementation 'com.github.yingzhuo:carnival-spring-boot-starter-jwt:1.1.2'
// https://jarcasting.com/artifacts/com.github.yingzhuo/carnival-spring-boot-starter-jwt/
implementation ("com.github.yingzhuo:carnival-spring-boot-starter-jwt:1.1.2")
'com.github.yingzhuo:carnival-spring-boot-starter-jwt:jar:1.1.2'
<dependency org="com.github.yingzhuo" name="carnival-spring-boot-starter-jwt" rev="1.1.2">
<artifact name="carnival-spring-boot-starter-jwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yingzhuo', module='carnival-spring-boot-starter-jwt', version='1.1.2')
)
libraryDependencies += "com.github.yingzhuo" % "carnival-spring-boot-starter-jwt" % "1.1.2"
[com.github.yingzhuo/carnival-spring-boot-starter-jwt "1.1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.yingzhuo : carnival-spring-boot-starter-common | jar | 1.1.2 |
| com.github.yingzhuo : carnival-spring-boot-starter-restful-security | jar | 1.1.2 |
| org.slf4j : slf4j-api | jar | 1.7.27 |
| com.auth0 : java-jwt | jar | 3.8.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.1.7.RELEASE |
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.1.7.RELEASE |
| org.springframework.boot : spring-boot-starter-web | jar | 2.1.7.RELEASE |
| org.projectlombok : lombok | jar | 1.18.8 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.1.7.RELEASE |