License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.officefloor.tutorial |
ArtifactId | ArtifactIdJwtAuthorityHttpServer |
Last Version | Last Version3.17.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJWT Separate Authority Server Tutorial (Authority Server)
Tutorial of implementing JWT with separate Authority Server
|
<!-- https://jarcasting.com/artifacts/net.officefloor.tutorial/JwtAuthorityHttpServer/ -->
<dependency>
<groupId>net.officefloor.tutorial</groupId>
<artifactId>JwtAuthorityHttpServer</artifactId>
<version>3.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.officefloor.tutorial/JwtAuthorityHttpServer/
implementation 'net.officefloor.tutorial:JwtAuthorityHttpServer:3.17.0'
// https://jarcasting.com/artifacts/net.officefloor.tutorial/JwtAuthorityHttpServer/
implementation ("net.officefloor.tutorial:JwtAuthorityHttpServer:3.17.0")
'net.officefloor.tutorial:JwtAuthorityHttpServer:jar:3.17.0'
<dependency org="net.officefloor.tutorial" name="JwtAuthorityHttpServer" rev="3.17.0">
<artifact name="JwtAuthorityHttpServer" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.officefloor.tutorial', module='JwtAuthorityHttpServer', version='3.17.0')
)
libraryDependencies += "net.officefloor.tutorial" % "JwtAuthorityHttpServer" % "3.17.0"
[net.officefloor.tutorial/JwtAuthorityHttpServer "3.17.0"]
Group / Artifact | Type | Version |
---|---|---|
net.officefloor.web : woof | jar | 3.17.0 |
net.officefloor.web : officejwt | jar | 3.17.0 |
net.officefloor.web : officejwt_authority | jar | 3.17.0 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.8 |