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