is not current version
Last Version 0.0.3

de.coderspack:spring-boot-starter-jwt 0.0.2

Coders Pack Spring Boot JWT Starter

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

de.coderspack
ArtifactId

ArtifactId

spring-boot-starter-jwt
Version

Version

0.0.2
Type

Type

pom

Download spring-boot-starter-jwt 0.0.2


<!-- https://jarcasting.com/artifacts/de.coderspack/spring-boot-starter-jwt/ -->
<dependency>
    <groupId>de.coderspack</groupId>
    <artifactId>spring-boot-starter-jwt</artifactId>
    <version>0.0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.coderspack/spring-boot-starter-jwt/
implementation 'de.coderspack:spring-boot-starter-jwt:0.0.2'
// https://jarcasting.com/artifacts/de.coderspack/spring-boot-starter-jwt/
implementation ("de.coderspack:spring-boot-starter-jwt:0.0.2")
'de.coderspack:spring-boot-starter-jwt:pom:0.0.2'
<dependency org="de.coderspack" name="spring-boot-starter-jwt" rev="0.0.2">
  <artifact name="spring-boot-starter-jwt" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.coderspack', module='spring-boot-starter-jwt', version='0.0.2')
)
libraryDependencies += "de.coderspack" % "spring-boot-starter-jwt" % "0.0.2"
[de.coderspack/spring-boot-starter-jwt "0.0.2"]