is not current version
Last Version 0.2.0

com.github.marcosemiao.log4jdbc:parent 0.0.5

Log4JDBC is a Java Proxy JDBC driver that can intercept JDBC calls for other JDBC drivers

GroupId

GroupId

com.github.marcosemiao.log4jdbc
ArtifactId

ArtifactId

parent
Version

Version

0.0.5
Type

Type

pom

Download parent 0.0.5

Filename Size
parent-0.0.5.pom 8 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.marcosemiao.log4jdbc/parent/ -->
<dependency>
    <groupId>com.github.marcosemiao.log4jdbc</groupId>
    <artifactId>parent</artifactId>
    <version>0.0.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.marcosemiao.log4jdbc/parent/
implementation 'com.github.marcosemiao.log4jdbc:parent:0.0.5'
// https://jarcasting.com/artifacts/com.github.marcosemiao.log4jdbc/parent/
implementation ("com.github.marcosemiao.log4jdbc:parent:0.0.5")
'com.github.marcosemiao.log4jdbc:parent:pom:0.0.5'
<dependency org="com.github.marcosemiao.log4jdbc" name="parent" rev="0.0.5">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.marcosemiao.log4jdbc', module='parent', version='0.0.5')
)
libraryDependencies += "com.github.marcosemiao.log4jdbc" % "parent" % "0.0.5"
[com.github.marcosemiao.log4jdbc/parent "0.0.5"]