| License |
License |
|---|---|
| GroupId | GroupIdcom.googlecode.log4jdbc |
| ArtifactId | ArtifactIdlog4jdbc |
| Last Version | Last Version1.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionlog4jdbc JDBC proxy driver
JDBC proxy driver for logging SQL and other interesting information.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| log4jdbc-1.2.pom | |
| log4jdbc-1.2.jar | 61 KB |
| log4jdbc-1.2-sources.jar | 43 KB |
| log4jdbc-1.2-javadoc.jar | 125 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.log4jdbc/log4jdbc/ -->
<dependency>
<groupId>com.googlecode.log4jdbc</groupId>
<artifactId>log4jdbc</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.log4jdbc/log4jdbc/
implementation 'com.googlecode.log4jdbc:log4jdbc:1.2'
// https://jarcasting.com/artifacts/com.googlecode.log4jdbc/log4jdbc/
implementation ("com.googlecode.log4jdbc:log4jdbc:1.2")
'com.googlecode.log4jdbc:log4jdbc:jar:1.2'
<dependency org="com.googlecode.log4jdbc" name="log4jdbc" rev="1.2">
<artifact name="log4jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.log4jdbc', module='log4jdbc', version='1.2')
)
libraryDependencies += "com.googlecode.log4jdbc" % "log4jdbc" % "1.2"
[com.googlecode.log4jdbc/log4jdbc "1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.6.0 |