You can download vertx-auth-jwt-3.2.1.jar in this page.
Open Source License
vertx-auth-jwt-3.2.1.jar file has the following types.
META-INF/INDEX.LIST META-INF/MANIFEST.MF META-INF/maven/io.vertx/vertx-auth-jwt/pom.properties META-INF/maven/io.vertx/vertx-auth-jwt/pom.xml io.vertx.ext.auth.jwt.JWTAuth.class io.vertx.ext.auth.jwt.JWTOptions.class io.vertx.ext.auth.jwt.impl.Crypto.class io.vertx.ext.auth.jwt.impl.CryptoMac.class io.vertx.ext.auth.jwt.impl.CryptoNone.class io.vertx.ext.auth.jwt.impl.CryptoSignature.class io.vertx.ext.auth.jwt.impl.JWT.class io.vertx.ext.auth.jwt.impl.JWTAuthProviderImpl.class io.vertx.ext.auth.jwt.impl.JWTUser.class io.vertx.ext.auth.jwt.package-info.class io.vertx.groovy.ext.auth.jwt.JWTAuth.class io.vertx.rxjava.ext.auth.jwt.JWTAuth.class vertx-auth-jwt-js/jwt_auth.js vertx-auth-jwt/jwt_auth.rb
vertx-auth-jwt-3.2.1.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Copyright 2014 Red Hat, Inc. ~ ~ All rights reserved. This program and the accompanying materials ~ are made available under the terms of the Eclipse Public License v1.0 ~ and Apache License v2.0 which accompanies this distribution. ~ ~ The Eclipse Public License is available at ~ http://www.eclipse.org/legal/epl-v10.html ~ ~ The Apache License v2.0 is available at ~ http://www.opensource.org/licenses/apache2.0.php ~ ~ You may elect to redistribute this code under either of these licenses. --> <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/xsd/maven-4.0.0.xsd"> <parent> <artifactId>vertx-auth</artifactId> <groupId>io.vertx</groupId> <version>3.2.1</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>vertx-auth-jwt</artifactId> <properties> <doc.skip>false</doc.skip> </properties> <dependencies> <dependency> <groupId>io.vertx</groupId> <artifactId>vertx-auth-common</artifactId> </dependency> </dependencies> </project>
<dependency> <groupId>io.vertx</groupId> <artifactId>vertx-auth-jwt</artifactId> <version>3.2.1</version> </dependency>
If you think the following vertx-auth-jwt-3.2.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download vertx-auth-jwt-3.2.1.jar file