g

grpc-jwt-spring-boot-starter

JWT Auth for your Grpc Spring Boot project
Apache License, Version 2.0
Mario Kapusta
文件下载
文件名 操作
grpc-jwt-spring-boot-starter-1.0.7.jar 下载
grpc-jwt-spring-boot-starter-1.0.7.pom 下载
grpc-jwt-spring-boot-starter-1.0.7-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.majusko</groupId>
  <artifactId>grpc-jwt-spring-boot-starter</artifactId>
  <version>1.0.7</version>
</dependency>
Gradle Groovy
implementation 'io.github.majusko:grpc-jwt-spring-boot-starter:1.0.7'
Gradle Kotlin
implementation("io.github.majusko:grpc-jwt-spring-boot-starter:1.0.7")
Scala SBT
libraryDependencies += "io.github.majusko" % "grpc-jwt-spring-boot-starter" % "1.0.7"
Groovy Grape
@Grapes(
  @Grab(group='io.github.majusko', module='grpc-jwt-spring-boot-starter', version='1.0.7')
)
Apache Ivy
<dependency org="io.github.majusko" name="grpc-jwt-spring-boot-starter" rev="1.0.7" />
Leiningen
[io.github.majusko/grpc-jwt-spring-boot-starter "1.0.7"]
Apache Buildr
'io.github.majusko:grpc-jwt-spring-boot-starter:jar:1.0.7'