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