| 组织ID: |
org.lazyluke |
| 项目ID: |
log4jdbc-remix |
| 版本: |
0.2.4 |
| 最后修改时间: |
2018-08-08 14:10:24 |
| 包类型: |
jar |
| 标题: |
log4jdbc-remix |
| 描述: |
experimental fork of log4jdbc |
| 相关URL: |
http://code.google.com/p/log4jdbc-remix |
| 大小: |
76.90KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.lazyluke</groupId>
<artifactId>log4jdbc-remix</artifactId>
<version>0.2.4</version>
</dependency>
|
| Gradle引入代码: |
org.lazyluke:log4jdbc-remix:0.2.4
|
| 下载Jar包: |
|
| POM文件内容: |
<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>
<groupId>org.lazyluke</groupId>
<artifactId>log4jdbc-remix</artifactId>
<name>log4jdbc-remix</name>
<description>experimental fork of log4jdbc</description>
<version>0.2.4</version>
<packaging>jar</packaging>
<url>http://code.google.com/p/log4jdbc-remix</url>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>1</version>
</parent>
<licenses>
<license>
<name>Apache 2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:svn:http://log4jdbc-remix.googlecode.com/svn/tags/log4jdbc-remix-0.2.4</connection>
<developerConnection>scm:svn:https://log4jdbc-remix.googlecode.com/svn/tags/log4jdbc-remix-0.2.4</developerConnection>
<url>scm:svn:https://log4jdbc-remix.googlecode.com/svn/tags/log4jdbc-remix-0.2.4</url>
</scm>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.0</version>
<configuration>
<mavenExecutorId>forked-path</mavenExecutorId>
<tagBase>https://log4jdbc-remix.googlecode.com/svn/tags</tagBase>
</configuration>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<inherited>true</inherited>
<configuration>
<forkMode>always</forkMode>
<testFailureIgnore>true</testFailureIgnore>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.1.1</version>
<configuration>
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
<dependencyDetailsEnabled>false</dependencyDetailsEnabled>
</configuration>
</plugin>
</plugins>
</reporting>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.7</version>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<version>2.5.2</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.5.10</version>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
net.sf.log4jdbc.CallableStatementSpy.class
net.sf.log4jdbc.ConnectionSpy.class
net.sf.log4jdbc.DefaultResultSetCollector.class
net.sf.log4jdbc.DriverSpy.class
net.sf.log4jdbc.JdbcUtils.class
net.sf.log4jdbc.Log4jdbcProxyDataSource.class
net.sf.log4jdbc.OracleRdbmsSpecifics.class
net.sf.log4jdbc.PostLogProfilerProcessor$ProfiledSql.class
net.sf.log4jdbc.PostLogProfilerProcessor.class
net.sf.log4jdbc.PreparedStatementSpy.class
net.sf.log4jdbc.RdbmsSpecifics.class
net.sf.log4jdbc.ResultSetCollector.class
net.sf.log4jdbc.ResultSetCollectorPrinter.class
net.sf.log4jdbc.ResultSetSpy.class
net.sf.log4jdbc.Slf4jSpyLogDelegator.class
net.sf.log4jdbc.Spy.class
net.sf.log4jdbc.SpyLogDelegator.class
net.sf.log4jdbc.SpyLogFactory.class
net.sf.log4jdbc.SqlServerRdbmsSpecifics.class
net.sf.log4jdbc.StatementSpy.class
net.sf.log4jdbc.tools.Log4JdbcCustomFormatter.class
net.sf.log4jdbc.tools.LoggingType.class
net.sf.log4jdbc.Utilities.class
META-INF/maven/org.lazyluke/log4jdbc-remix/pom.xml
META-INF/maven/org.lazyluke/log4jdbc-remix/pom.properties
|
| 依赖Jar: |
junit-4.7.jar
/junit/junit/4.7
查看junit所有版本文件
easymock-2.5.2.jar
/org.easymock/easymock/2.5.2
查看easymock所有版本文件
slf4j-log4j12-1.5.10.jar
/org.slf4j/slf4j-log4j12/1.5.10
查看slf4j-log4j12所有版本文件
|