License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices gRPC Net Networking |
GroupId | GroupIdio.github.majusko |
ArtifactId | ArtifactIdgrpc-jwt-spring-boot-starter |
Last Version | Last Version1.0.9 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongrpc-jwt-spring-boot-starter
JWT Auth for your Grpc Spring Boot project
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.github.majusko/grpc-jwt-spring-boot-starter/ -->
<dependency>
<groupId>io.github.majusko</groupId>
<artifactId>grpc-jwt-spring-boot-starter</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.majusko/grpc-jwt-spring-boot-starter/
implementation 'io.github.majusko:grpc-jwt-spring-boot-starter:1.0.9'
// https://jarcasting.com/artifacts/io.github.majusko/grpc-jwt-spring-boot-starter/
implementation ("io.github.majusko:grpc-jwt-spring-boot-starter:1.0.9")
'io.github.majusko:grpc-jwt-spring-boot-starter:jar:1.0.9'
<dependency org="io.github.majusko" name="grpc-jwt-spring-boot-starter" rev="1.0.9">
<artifact name="grpc-jwt-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.majusko', module='grpc-jwt-spring-boot-starter', version='1.0.9')
)
libraryDependencies += "io.github.majusko" % "grpc-jwt-spring-boot-starter" % "1.0.9"
[io.github.majusko/grpc-jwt-spring-boot-starter "1.0.9"]
Group / Artifact | Type | Version |
---|---|---|
commons-codec : commons-codec | jar | 1.15 |
io.jsonwebtoken : jjwt-api | jar | 0.11.2 |
io.github.lognet : grpc-spring-boot-starter | jar | 4.5.0 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.20 |
Group / Artifact | Type | Version |
---|---|---|
io.jsonwebtoken : jjwt-impl | jar | 0.11.2 |
io.jsonwebtoken : jjwt-jackson | jar | 0.11.2 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.4.5 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.1 |
io.grpc : grpc-testing | jar | 1.37.0 |