You can download spring-mvc-logger-0.2.jar in this page.
The Apache Software License, Version 2.0
spring-mvc-logger-0.2.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/com.github.isrsal/spring-mvc-logger/pom.properties META-INF/maven/com.github.isrsal/spring-mvc-logger/pom.xml com.github.isrsal.logging.LoggingFilter.class com.github.isrsal.logging.RequestWrapper.class com.github.isrsal.logging.ResponseWrapper.class com.github.isrsal.logging.TeePrintWriter.class
spring-mvc-logger-0.2.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <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> <groupId>com.github.isrsal</groupId> <artifactId>spring-mvc-logger</artifactId> <version>0.2</version> <packaging>jar</packaging> <name>Spring MVC logger</name> <description>A small Java library to log http requests/responses when using Spring MVC</description> <url>https://github.com/isrsal/spring-mvc-logger</url> <inceptionYear>2012</inceptionYear> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>isrsal</id> <name>Israel Zalmanov</name> <email>isrsal@gmail.com</email> </developer> </developers> <dependencies> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <version>2.5</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> <version>1.7.2</version> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.17</version> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.3</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> <version>3.0.6.RELEASE</version> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>2.3.2</version> <configuration> <arguments>-Dgpg.passphrase=${gpg.passphrase}</arguments> </configuration> </plugin> </plugins> </build> <profiles> <profile> <id>release-sign-artifacts</id> <activation> <property> <name>performRelease</name> <value>true</value> </property> </activation> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>1.4</version> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </profile> </profiles> <issueManagement> <system>GitHub</system> <url>https://github.com/isrsal/spring-mvc-logger/issues</url> </issueManagement> <scm> <connection>scm:git:git://github.com/isrsal/spring-mvc-logger.git</connection> <developerConnection>scm:git:git@github.com:isrsal/spring-mvc-logger.git</developerConnection> <url>http://github.com/isrsal/spring-mvc-logger</url> <tag>spring-mvc-logger-0.1</tag> </scm> <distributionManagement> <snapshotRepository> <id>sonatype-nexus-snapshots</id> <name>Sonatype Nexus snapshot repository</name> <url>https://oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> <repository> <id>sonatype-nexus-staging</id> <name>Sonatype Nexus release repository</name> <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> </repository> </distributionManagement> </project>
<dependency> <groupId>com.github.isrsal</groupId> <artifactId>spring-mvc-logger</artifactId> <version>0.2</version> </dependency>
If you think the following spring-mvc-logger-0.2.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download spring-mvc-logger-0.2.jar file