You can download log4jdbc-log4j2-jdbc3-1.16.jar in this page.
Open Source
log4jdbc-log4j2-jdbc3-1.16.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.bgee.log4jdbc-log4j2/log4jdbc-log4j2-jdbc3/pom.properties META-INF/maven/org.bgee.log4jdbc-log4j2/log4jdbc-log4j2-jdbc3/pom.xml net.sf.log4jdbc.Properties.class net.sf.log4jdbc.log.SpyLogDelegator.class net.sf.log4jdbc.log.SpyLogFactory.class net.sf.log4jdbc.log.log4j2.Log4j2SpyLogDelegator.class net.sf.log4jdbc.log.log4j2.message.ConnectionMessage.class net.sf.log4jdbc.log.log4j2.message.ExceptionOccuredMessage.class net.sf.log4jdbc.log.log4j2.message.MethodReturnedMessage.class net.sf.log4jdbc.log.log4j2.message.SqlMessage.class net.sf.log4jdbc.log.log4j2.message.SqlTimingOccurredMessage.class net.sf.log4jdbc.log.slf4j.Slf4jSpyLogDelegator.class net.sf.log4jdbc.sql.Spy.class net.sf.log4jdbc.sql.Utilities.class net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy.class net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy.class net.sf.log4jdbc.sql.jdbcapi.DataSourceSpy.class net.sf.log4jdbc.sql.jdbcapi.DriverSpy.class net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy.class net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy.class net.sf.log4jdbc.sql.jdbcapi.StatementSpy.class net.sf.log4jdbc.sql.rdbmsspecifics.MySqlRdbmsSpecifics.class net.sf.log4jdbc.sql.rdbmsspecifics.OracleRdbmsSpecifics.class net.sf.log4jdbc.sql.rdbmsspecifics.RdbmsSpecifics.class net.sf.log4jdbc.sql.rdbmsspecifics.SqlServerRdbmsSpecifics.class net.sf.log4jdbc.sql.resultsetcollector.DefaultResultSetCollector.class net.sf.log4jdbc.sql.resultsetcollector.JdbcUtils.class net.sf.log4jdbc.sql.resultsetcollector.ResultSetCollector.class net.sf.log4jdbc.sql.resultsetcollector.ResultSetCollectorPrinter.class
log4jdbc-log4j2-jdbc3-1.16.pom file content.
<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>org.bgee.log4jdbc-log4j2</groupId> <artifactId>log4jdbc-log4j2</artifactId> <version>1.16</version> </parent> <artifactId>log4jdbc-log4j2-jdbc3</artifactId> <packaging>jar</packaging> <name>log4jdbc-log4j2-jdbc3</name> <dependencies> <!-- As of beta5, log4j2 is compiled with JDK 1.6, and is then not usable with JDK 1.5 anymore --> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> <version>2.0-beta4</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> <version>2.0-beta4</version> <scope>provided</scope> </dependency> </dependencies> <!-- in order to compile with JDK 1.5 --> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.5</source> <target>1.5</target> <compilerVersion>1.5</compilerVersion> <fork>true</fork> <!-- You need to set up the path to a JDK 1.5 in the Maven settings.xml file, as explained here: https://maven.apache.org/plugins/maven-compiler-plugin/examples/compile-using-different-jdk.html For instance: <profile> <id>compiler</id> <properties> <JAVA_1_5_HOME>/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home</JAVA_1_5_HOME> <JAVA_1_5_BOOTCLASSPATH>/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0_30/Classes/classes.jar</JAVA_1_5_BOOTCLASSPATH> </properties> </profile> [...] <activeProfiles> <activeProfile>compiler</activeProfile> </activeProfiles> --> <executable>${JAVA_1_5_HOME}/bin/javac</executable> <bootclasspath>${JAVA_1_5_BOOTCLASSPATH}</bootclasspath> <verbose>true</verbose> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <jvm>${JAVA_1_5_HOME}/bin/java</jvm> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>2.4</version> <configuration> <jvm>${JAVA_1_5_HOME}/bin/java</jvm> </configuration> </plugin> </plugins> <finalName>log4jdbc-log4j2-jdbc3-${project.version}</finalName> </build> </project>
<dependency> <groupId>org.bgee.log4jdbc-log4j2</groupId> <artifactId>log4jdbc-log4j2-jdbc3</artifactId> <version>1.16</version> </dependency>
If you think the following log4jdbc-log4j2-jdbc3-1.16.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download log4jdbc-log4j2-jdbc3-1.16.jar file