JSON Web Token support for the JVM and Android, providing JWT creation, parsing, and verification using Jackson for JSON serialization.
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-jackson</artifactId>
<version>0.13.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a signed JWT token with a subject claim.
Update to use the new Jwts.builder() API and check migration guide.
No dependency data recorded yet.