You can download jjwt-api-0.10.5.jar in this page.
Apache License
jjwt-api-0.10.5.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/io.jsonwebtoken/jjwt-api/pom.properties META-INF/maven/io.jsonwebtoken/jjwt-api/pom.xml io.jsonwebtoken.ClaimJwtException.class io.jsonwebtoken.Claims.class io.jsonwebtoken.ClaimsMutator.class io.jsonwebtoken.Clock.class io.jsonwebtoken.CompressionCodec.class io.jsonwebtoken.CompressionCodecResolver.class io.jsonwebtoken.CompressionCodecs.class io.jsonwebtoken.CompressionException.class io.jsonwebtoken.ExpiredJwtException.class io.jsonwebtoken.Header.class io.jsonwebtoken.IncorrectClaimException.class io.jsonwebtoken.InvalidClaimException.class io.jsonwebtoken.Jws.class io.jsonwebtoken.JwsHeader.class io.jsonwebtoken.Jwt.class io.jsonwebtoken.JwtBuilder.class io.jsonwebtoken.JwtException.class io.jsonwebtoken.JwtHandler.class io.jsonwebtoken.JwtHandlerAdapter.class io.jsonwebtoken.JwtParser.class io.jsonwebtoken.Jwts.class io.jsonwebtoken.MalformedJwtException.class io.jsonwebtoken.MissingClaimException.class io.jsonwebtoken.PrematureJwtException.class io.jsonwebtoken.RequiredTypeException.class io.jsonwebtoken.SignatureAlgorithm.class io.jsonwebtoken.SignatureException.class io.jsonwebtoken.SigningKeyResolver.class io.jsonwebtoken.SigningKeyResolverAdapter.class io.jsonwebtoken.UnsupportedJwtException.class io.jsonwebtoken.io.Base64.class io.jsonwebtoken.io.Base64Decoder.class io.jsonwebtoken.io.Base64Encoder.class io.jsonwebtoken.io.Base64Support.class io.jsonwebtoken.io.Base64UrlDecoder.class io.jsonwebtoken.io.Base64UrlEncoder.class io.jsonwebtoken.io.CodecException.class io.jsonwebtoken.io.Decoder.class io.jsonwebtoken.io.Decoders.class io.jsonwebtoken.io.DecodingException.class io.jsonwebtoken.io.DeserializationException.class io.jsonwebtoken.io.Deserializer.class io.jsonwebtoken.io.Encoder.class io.jsonwebtoken.io.Encoders.class io.jsonwebtoken.io.EncodingException.class io.jsonwebtoken.io.ExceptionPropagatingDecoder.class io.jsonwebtoken.io.ExceptionPropagatingEncoder.class io.jsonwebtoken.io.IOException.class io.jsonwebtoken.io.SerialException.class io.jsonwebtoken.io.SerializationException.class io.jsonwebtoken.io.Serializer.class io.jsonwebtoken.lang.Arrays.class io.jsonwebtoken.lang.Assert.class io.jsonwebtoken.lang.Classes.class io.jsonwebtoken.lang.Collections.class io.jsonwebtoken.lang.DateFormats.class io.jsonwebtoken.lang.InstantiationException.class io.jsonwebtoken.lang.Objects.class io.jsonwebtoken.lang.RuntimeEnvironment.class io.jsonwebtoken.lang.Strings.class io.jsonwebtoken.lang.UnknownClassException.class io.jsonwebtoken.security.InvalidKeyException.class io.jsonwebtoken.security.KeyException.class io.jsonwebtoken.security.Keys.class io.jsonwebtoken.security.SecurityException.class io.jsonwebtoken.security.SignatureException.class io.jsonwebtoken.security.WeakKeyException.class
jjwt-api-0.10.5.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Copyright 2018 JWTK ~ ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. ~ You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, software ~ distributed under the License is distributed on an "AS IS" BASIS, ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ See the License for the specific language governing permissions and ~ limitations under the License. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>io.jsonwebtoken</groupId> <artifactId>jjwt-root</artifactId> <version>0.10.5</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>jjwt-api</artifactId> <name>JJWT :: API</name> <packaging>jar</packaging> <properties> <jjwt.root>${basedir}/..</jjwt.root> </properties> </project>
<dependency> <groupId>io.jsonwebtoken</groupId> <artifactId>jjwt-api</artifactId> <version>0.10.5</version> </dependency>
If you think the following jjwt-api-0.10.5.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download jjwt-api-0.10.5.jar file