License |
License |
---|---|
GroupId | GroupIdcom.github.marcosemiao.log4jdbc |
ArtifactId | ArtifactIdlog4jdbc |
Version | Version0.2.0 |
Type | Typejar |
Description |
DescriptionLog4Jdbc Package Log4Jdbc
Log4JDBC is a Java Proxy JDBC driver that can intercept JDBC calls for other JDBC drivers
|
Filename | Size |
---|---|
log4jdbc-0.2.0.pom | |
log4jdbc-0.2.0.jar | 161 KB |
log4jdbc-0.2.0-tests.jar | 1 KB |
log4jdbc-0.2.0-sources.jar | 136 KB |
log4jdbc-0.2.0-javadoc.jar | 719 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.marcosemiao.log4jdbc/log4jdbc/ -->
<dependency>
<groupId>com.github.marcosemiao.log4jdbc</groupId>
<artifactId>log4jdbc</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marcosemiao.log4jdbc/log4jdbc/
implementation 'com.github.marcosemiao.log4jdbc:log4jdbc:0.2.0'
// https://jarcasting.com/artifacts/com.github.marcosemiao.log4jdbc/log4jdbc/
implementation ("com.github.marcosemiao.log4jdbc:log4jdbc:0.2.0")
'com.github.marcosemiao.log4jdbc:log4jdbc:jar:0.2.0'
<dependency org="com.github.marcosemiao.log4jdbc" name="log4jdbc" rev="0.2.0">
<artifact name="log4jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marcosemiao.log4jdbc', module='log4jdbc', version='0.2.0')
)
libraryDependencies += "com.github.marcosemiao.log4jdbc" % "log4jdbc" % "0.2.0"
[com.github.marcosemiao.log4jdbc/log4jdbc "0.2.0"]