License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdde.coderspack |
ArtifactId | ArtifactIdspring-boot-starter-jwt |
Version | Version0.0.3 |
Type | Typepom |
Description |
Descriptionspring-boot-starter-jwt
Coders Pack Spring Boot JWT Starter
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-boot-starter-jwt-0.0.3.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.coderspack/spring-boot-starter-jwt/ -->
<dependency>
<groupId>de.coderspack</groupId>
<artifactId>spring-boot-starter-jwt</artifactId>
<version>0.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.coderspack/spring-boot-starter-jwt/
implementation 'de.coderspack:spring-boot-starter-jwt:0.0.3'
// https://jarcasting.com/artifacts/de.coderspack/spring-boot-starter-jwt/
implementation ("de.coderspack:spring-boot-starter-jwt:0.0.3")
'de.coderspack:spring-boot-starter-jwt:pom:0.0.3'
<dependency org="de.coderspack" name="spring-boot-starter-jwt" rev="0.0.3">
<artifact name="spring-boot-starter-jwt" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.coderspack', module='spring-boot-starter-jwt', version='0.0.3')
)
libraryDependencies += "de.coderspack" % "spring-boot-starter-jwt" % "0.0.3"
[de.coderspack/spring-boot-starter-jwt "0.0.3"]