Download log4jdbc-1.2.jar file - Jar l

Jar examples for l:log4jdbc

Description

JDBC proxy driver for logging SQL and other interesting information.

You can download jar file log4jdbc 1.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add log4jdbc-1.2.jar to your project.

<dependency>
   <groupId>com.github.log4jdbc-forjdbi</groupId>
   <artifactId>log4jdbc</artifactId>
   <version>1.2</version>
</dependency>
compile group: 'com.github.log4jdbc-forjdbi', name: 'log4jdbc', version: '1.2'
libraryDependencies += "com.github.log4jdbc-forjdbi" % "log4jdbc" % "1.2"
<dependency org="com.github.log4jdbc-forjdbi" name="log4jdbc" rev="1.2"/>
@Grapes(@Grab(group='com.github.log4jdbc-forjdbi', module='log4jdbc', version='1.2'))
'com.github.log4jdbc-forjdbi:log4jdbc:jar:1.2'

Download

Click the following link to download the jar file.

log4jdbc-1.2-javadoc.jar
log4jdbc-1.2-sources.jar
log4jdbc-1.2.jar
log4jdbc-1.2.pom



Related Tutorials