License |
License |
---|---|
GroupId | GroupIddev.sanda |
ArtifactId | ArtifactIdauthentifi |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionauthentifi
Out of the box JWT based authentication server
|
Filename | Size |
---|---|
authentifi-0.0.2.pom | |
authentifi-0.0.2.jar | 30 MB |
authentifi-0.0.2-sources.jar | 13 KB |
authentifi-0.0.2-javadoc.jar | 507 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.sanda/authentifi/ -->
<dependency>
<groupId>dev.sanda</groupId>
<artifactId>authentifi</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/dev.sanda/authentifi/
implementation 'dev.sanda:authentifi:0.0.2'
// https://jarcasting.com/artifacts/dev.sanda/authentifi/
implementation ("dev.sanda:authentifi:0.0.2")
'dev.sanda:authentifi:jar:0.0.2'
<dependency org="dev.sanda" name="authentifi" rev="0.0.2">
<artifact name="authentifi" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.sanda', module='authentifi', version='0.0.2')
)
libraryDependencies += "dev.sanda" % "authentifi" % "0.0.2"
[dev.sanda/authentifi "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-security | jar | 2.2.2.RELEASE |
org.springframework.boot : spring-boot-starter-web | jar | 2.2.2.RELEASE |
org.springframework.boot : spring-boot-starter-aop | jar | 2.2.2.RELEASE |
org.springframework.boot : spring-boot-starter-hateoas | jar | 2.2.2.RELEASE |
org.springframework.boot : spring-boot-starter-data-rest | jar | 2.2.2.RELEASE |
io.jsonwebtoken : jjwt | jar | 0.8.0 |
org.projectlombok : lombok | jar | 1.18.12 |
com.google.guava : guava | jar | 28.0-jre |
com.squareup : javapoet | jar | 1.11.1 |
org.reflections : reflections | jar | 0.9.11 |
Group / Artifact | Type | Version |
---|---|---|
com.google.auto.service : auto-service | jar | 1.0-rc6 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.2.2.RELEASE |
io.rest-assured : rest-assured | jar | 3.3.0 |
io.rest-assured : json-path | jar | 3.3.0 |