License |
License |
---|---|
GroupId | GroupIdcom.github.marcosemiao.log4jdbc |
ArtifactId | ArtifactIdlogger |
Version | Version0.0.1 |
Type | Typepom |
Description |
DescriptionLog4Jdbc Modules Logger
Log4JDBC is a Java Proxy JDBC driver that can intercept JDBC calls for other JDBC drivers
|
Filename | Size |
---|---|
logger-0.0.1.pom | 845 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.marcosemiao.log4jdbc/logger/ -->
<dependency>
<groupId>com.github.marcosemiao.log4jdbc</groupId>
<artifactId>logger</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.marcosemiao.log4jdbc/logger/
implementation 'com.github.marcosemiao.log4jdbc:logger:0.0.1'
// https://jarcasting.com/artifacts/com.github.marcosemiao.log4jdbc/logger/
implementation ("com.github.marcosemiao.log4jdbc:logger:0.0.1")
'com.github.marcosemiao.log4jdbc:logger:pom:0.0.1'
<dependency org="com.github.marcosemiao.log4jdbc" name="logger" rev="0.0.1">
<artifact name="logger" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.marcosemiao.log4jdbc', module='logger', version='0.0.1')
)
libraryDependencies += "com.github.marcosemiao.log4jdbc" % "logger" % "0.0.1"
[com.github.marcosemiao.log4jdbc/logger "0.0.1"]