License |
License
Apache License, Version 2.0
|
---|---|
Categories |
CategoriesSecurity |
GroupId | GroupIdio.camassia.security |
ArtifactId | ArtifactIdjwt4j |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjwt4j
A Java Library for creating JSON Web Tokens (JWTs)
|
Project Organization |
Project OrganizationCamassia |
Filename | Size |
---|---|
jwt4j-1.1.1.pom | |
jwt4j-1.1.1.jar | 9 KB |
jwt4j-1.1.1-sources.jar | 4 KB |
jwt4j-1.1.1-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.camassia.security/jwt4j/ -->
<dependency>
<groupId>io.camassia.security</groupId>
<artifactId>jwt4j</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.camassia.security/jwt4j/
implementation 'io.camassia.security:jwt4j:1.1.1'
// https://jarcasting.com/artifacts/io.camassia.security/jwt4j/
implementation ("io.camassia.security:jwt4j:1.1.1")
'io.camassia.security:jwt4j:jar:1.1.1'
<dependency org="io.camassia.security" name="jwt4j" rev="1.1.1">
<artifact name="jwt4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.camassia.security', module='jwt4j', version='1.1.1')
)
libraryDependencies += "io.camassia.security" % "jwt4j" % "1.1.1"
[io.camassia.security/jwt4j "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.3.2 |
commons-codec : commons-codec | jar | 1.10 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.7.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.hamcrest : hamcrest-all | jar | 1.3 |
org.mockito : mockito-all | jar | 1.10.19 |
org.assertj : assertj-core | jar | 3.2.0 |