| License |
License |
|---|---|
| GroupId | GroupIdcom.enginious-dev |
| ArtifactId | ArtifactIdfjwt |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
Descriptionfjwt
fast and simple JWT authentication library
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| fjwt-1.0.0.pom | |
| fjwt-1.0.0.jar | 19 KB |
| fjwt-1.0.0-sources.jar | 9 KB |
| fjwt-1.0.0-javadoc.jar | 443 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.enginious-dev/fjwt/ -->
<dependency>
<groupId>com.enginious-dev</groupId>
<artifactId>fjwt</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.enginious-dev/fjwt/
implementation 'com.enginious-dev:fjwt:1.0.0'
// https://jarcasting.com/artifacts/com.enginious-dev/fjwt/
implementation ("com.enginious-dev:fjwt:1.0.0")
'com.enginious-dev:fjwt:jar:1.0.0'
<dependency org="com.enginious-dev" name="fjwt" rev="1.0.0">
<artifact name="fjwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.enginious-dev', module='fjwt', version='1.0.0')
)
libraryDependencies += "com.enginious-dev" % "fjwt" % "1.0.0"
[com.enginious-dev/fjwt "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.jsonwebtoken : jjwt | jar | 0.9.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot | jar | |
| org.springframework.boot : spring-boot-configuration-processor | jar | |
| org.springframework.boot : spring-boot-starter-security | jar | |
| org.projectlombok : lombok | jar | |
| javax.servlet : javax.servlet-api | jar | |
| org.apache.commons : commons-lang3 | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | |
| org.springframework.boot : spring-boot-starter-test | jar | |
| org.mockito : mockito-inline | jar |