组织ID: |
org.apereo.inspektr |
项目ID: |
inspektr-support-spring |
版本: |
1.8.5.GA |
最后修改时间: |
2019-06-01 17:36:26 |
包类型: |
jar |
标题: |
Inspektr - Spring Framework Support |
描述: |
Inspektr Spring Support |
大小: |
21.72KB |
|
Maven引入代码: |
<dependency>
<groupId>org.apereo.inspektr</groupId>
<artifactId>inspektr-support-spring</artifactId>
<version>1.8.5.GA</version>
</dependency>
|
Gradle引入代码: |
org.apereo.inspektr:inspektr-support-spring:1.8.5.GA
|
下载Jar包: |
|
POM文件内容: |
<!--
Licensed to Apereo under one or more contributor license
agreements. See the NOTICE file distributed with this work
for additional information regarding copyright ownership.
Apereo licenses this file to you 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 the following location:
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">
<parent>
<groupId>org.apereo.inspektr</groupId>
<artifactId>inspektr</artifactId>
<version>1.8.5.GA</version>
</parent>
<description>Inspektr Spring Support</description>
<modelVersion>4.0.0</modelVersion>
<artifactId>inspektr-support-spring</artifactId>
<packaging>jar</packaging>
<name>Inspektr - Spring Framework Support</name>
<dependencies>
<dependency>
<groupId>org.apereo.inspektr</groupId>
<artifactId>inspektr-audit</artifactId>
<version>${project.version}</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apereo.inspektr</groupId>
<artifactId>inspektr-error</artifactId>
<version>${project.version}</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apereo.inspektr</groupId>
<artifactId>inspektr-common</artifactId>
<version>${project.version}</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>${javax.servlet.version}</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
org.apereo.inspektr.audit.support.AbstractWhereClauseMatchCriteria.class
org.apereo.inspektr.audit.support.JdbcAuditTrailManager$1.class
org.apereo.inspektr.audit.support.JdbcAuditTrailManager$LoggingTask.class
META-INF/MANIFEST.MF
META-INF/LICENSE
org.apereo.inspektr.audit.spi.support.SpringSecurityAuditablePrincipalResolver.class
org.apereo.inspektr.audit.support.JdbcAuditTrailManager$2.class
org.apereo.inspektr.audit.support.MaxAgeWhereClauseMatchCriteria.class
META-INF/maven/org.apereo.inspektr/inspektr-support-spring/pom.xml
META-INF/maven/org.apereo.inspektr/inspektr-support-spring/pom.properties
META-INF/NOTICE
org.apereo.inspektr.audit.support.JdbcAuditTrailManager$LoggingTask$1.class
org.apereo.inspektr.audit.support.NoMatchWhereClauseMatchCriteria.class
org.apereo.inspektr.audit.support.WhereClauseMatchCriteria.class
org.apereo.inspektr.error.web.ErrorLoggingFilter.class
org.apereo.inspektr.error.web.ErrorLogHandlerExceptionResolver.class
org.apereo.inspektr.audit.support.JdbcAuditTrailManager.class
|
依赖Jar: |
inspektr-audit-${project.version}.jar
/org.apereo.inspektr/inspektr-audit/${project.version}
查看inspektr-audit所有版本文件
inspektr-error-${project.version}.jar
/org.apereo.inspektr/inspektr-error/${project.version}
查看inspektr-error所有版本文件
inspektr-common-${project.version}.jar
/org.apereo.inspektr/inspektr-common/${project.version}
查看inspektr-common所有版本文件
javax.servlet-api-${javax.servlet.version}.jar
/javax.servlet/javax.servlet-api/${javax.servlet.version}
查看javax.servlet-api所有版本文件
|