leopard-passport
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.leopard</groupId>
<artifactId>leopard-passport</artifactId>
<version>0.9.12</version>
</dependency><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"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>io.leopard</groupId> <artifactId>leopard-mvc-parent</artifactId> <version>0.9.12</version> </parent> <artifactId>leopard-passport</artifactId> <name>Leopard-Passport</name> <description>通行证验证。包含登录验证、登录框、自定义登录框、自定义登录验证实现。</description> <dependencies> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>io.leopard</groupId> <artifactId>leopard-servlet</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>org.freemarker</groupId> <artifactId>freemarker</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context-support</artifactId> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>io.leopard</groupId> <artifactId>leopard-json</artifactId> </dependency> <!-- test --> <dependency> <groupId>io.leopard</groupId> <artifactId>leopard-xparam</artifactId> <version>0.9.12</version> </dependency> <dependency> <groupId>io.leopard</groupId> <artifactId>leopard-jetty-test</artifactId> <scope>test</scope> </dependency> <!-- test --> </dependencies> </project>