AuthUtils

A Java API used to serialize objects into a JSON Web Token

License

License

GroupId

GroupId

com.rafaeldakaj
ArtifactId

ArtifactId

authutils
Last Version

Last Version

0.1.2a
Release Date

Release Date

Type

Type

jar
Description

Description

AuthUtils
A Java API used to serialize objects into a JSON Web Token
Project URL

Project URL

http://github.com/rdakaj/authutils
Source Code Management

Source Code Management

http://github.com/rdakaj/authutils/tree/master

Download authutils

How to add to project

<!-- https://jarcasting.com/artifacts/com.rafaeldakaj/authutils/ -->
<dependency>
    <groupId>com.rafaeldakaj</groupId>
    <artifactId>authutils</artifactId>
    <version>0.1.2a</version>
</dependency>
// https://jarcasting.com/artifacts/com.rafaeldakaj/authutils/
implementation 'com.rafaeldakaj:authutils:0.1.2a'
// https://jarcasting.com/artifacts/com.rafaeldakaj/authutils/
implementation ("com.rafaeldakaj:authutils:0.1.2a")
'com.rafaeldakaj:authutils:jar:0.1.2a'
<dependency org="com.rafaeldakaj" name="authutils" rev="0.1.2a">
  <artifact name="authutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rafaeldakaj', module='authutils', version='0.1.2a')
)
libraryDependencies += "com.rafaeldakaj" % "authutils" % "0.1.2a"
[com.rafaeldakaj/authutils "0.1.2a"]

Dependencies

compile (1)

Group / Artifact Type Version
com.auth0 : java-jwt jar 3.15.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.2a