License |
License |
---|---|
GroupId | GroupIdcom.github.marcosemiao.log4jdbc |
ArtifactId | ArtifactIdparent |
Version | Version0.2.0 |
Type | Typepom |
Description |
DescriptionLog4Jdbc Parent
Log4JDBC is a Java Proxy JDBC driver that can intercept JDBC calls for other JDBC drivers
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
parent-0.2.0.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.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.marcosemiao.log4jdbc/parent/
implementation 'com.github.marcosemiao.log4jdbc:parent:0.2.0'
// https://jarcasting.com/artifacts/com.github.marcosemiao.log4jdbc/parent/
implementation ("com.github.marcosemiao.log4jdbc:parent:0.2.0")
'com.github.marcosemiao.log4jdbc:parent:pom:0.2.0'
<dependency org="com.github.marcosemiao.log4jdbc" name="parent" rev="0.2.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.marcosemiao.log4jdbc', module='parent', version='0.2.0')
)
libraryDependencies += "com.github.marcosemiao.log4jdbc" % "parent" % "0.2.0"
[com.github.marcosemiao.log4jdbc/parent "0.2.0"]