| License |
License |
|---|---|
| GroupId | GroupIdcom.rafaeldakaj |
| ArtifactId | ArtifactIdauthutils |
| Version | Version0.1.2a |
| Type | Typejar |
| Description |
DescriptionAuthUtils
A Java API used to serialize objects into a JSON Web Token
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| authutils-0.1.2a.pom | |
| authutils-0.1.2a.jar | 10 KB |
| authutils-0.1.2a-sources.jar | 10 KB |
| authutils-0.1.2a-javadoc.jar | 10 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.auth0 : java-jwt | jar | 3.15.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |