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