GroupId | GroupIdcom.github.marcosemiao.log4jdbc |
---|---|
ArtifactId | ArtifactIdlog4jdbc |
Version | Version0.0.4 |
Type | Typepom |
Filename | Size |
---|---|
log4jdbc-0.0.4.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.marcosemiao.log4jdbc/log4jdbc/ -->
<dependency>
<groupId>com.github.marcosemiao.log4jdbc</groupId>
<artifactId>log4jdbc</artifactId>
<version>0.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.marcosemiao.log4jdbc/log4jdbc/
implementation 'com.github.marcosemiao.log4jdbc:log4jdbc:0.0.4'
// https://jarcasting.com/artifacts/com.github.marcosemiao.log4jdbc/log4jdbc/
implementation ("com.github.marcosemiao.log4jdbc:log4jdbc:0.0.4")
'com.github.marcosemiao.log4jdbc:log4jdbc:pom:0.0.4'
<dependency org="com.github.marcosemiao.log4jdbc" name="log4jdbc" rev="0.0.4">
<artifact name="log4jdbc" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.marcosemiao.log4jdbc', module='log4jdbc', version='0.0.4')
)
libraryDependencies += "com.github.marcosemiao.log4jdbc" % "log4jdbc" % "0.0.4"
[com.github.marcosemiao.log4jdbc/log4jdbc "0.0.4"]