License |
License |
---|---|
Categories |
CategoriesSecurity |
GroupId | GroupIdcom.czetsuyatech |
ArtifactId | ArtifactIdct-services-jwt-security |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCT Services JWT Security
Secure microservices using JWT token.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.czetsuyatech/ct-services-jwt-security/ -->
<dependency>
<groupId>com.czetsuyatech</groupId>
<artifactId>ct-services-jwt-security</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.czetsuyatech/ct-services-jwt-security/
implementation 'com.czetsuyatech:ct-services-jwt-security:0.0.1'
// https://jarcasting.com/artifacts/com.czetsuyatech/ct-services-jwt-security/
implementation ("com.czetsuyatech:ct-services-jwt-security:0.0.1")
'com.czetsuyatech:ct-services-jwt-security:jar:0.0.1'
<dependency org="com.czetsuyatech" name="ct-services-jwt-security" rev="0.0.1">
<artifact name="ct-services-jwt-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.czetsuyatech', module='ct-services-jwt-security', version='0.0.1')
)
libraryDependencies += "com.czetsuyatech" % "ct-services-jwt-security" % "0.0.1"
[com.czetsuyatech/ct-services-jwt-security "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-security | jar | 2.6.3 |
org.springframework.security : spring-security-oauth2-jose | jar | |
org.springframework.boot : spring-boot-starter-web | jar | 2.6.3 |
org.projectlombok : lombok Optional | jar | 1.18.22 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-devtools Optional | jar | 2.6.3 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.6.3 |
org.springframework.security : spring-security-test | jar |