License |
License |
---|---|
GroupId | GroupIdcom.github.subchen |
ArtifactId | ArtifactIdjetbrick-jdbclog |
Version | Version1.0 |
Type | Typejar |
Description |
Descriptionjetbrick-jdbclog
jdbc logger for jetbrick
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jetbrick-jdbclog-1.0.pom | |
jetbrick-jdbclog-1.0.jar | 17 KB |
jetbrick-jdbclog-1.0-sources.jar | 11 KB |
jetbrick-jdbclog-1.0-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.subchen/jetbrick-jdbclog/ -->
<dependency>
<groupId>com.github.subchen</groupId>
<artifactId>jetbrick-jdbclog</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.subchen/jetbrick-jdbclog/
implementation 'com.github.subchen:jetbrick-jdbclog:1.0'
// https://jarcasting.com/artifacts/com.github.subchen/jetbrick-jdbclog/
implementation ("com.github.subchen:jetbrick-jdbclog:1.0")
'com.github.subchen:jetbrick-jdbclog:jar:1.0'
<dependency org="com.github.subchen" name="jetbrick-jdbclog" rev="1.0">
<artifact name="jetbrick-jdbclog" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.subchen', module='jetbrick-jdbclog', version='1.0')
)
libraryDependencies += "com.github.subchen" % "jetbrick-jdbclog" % "1.0"
[com.github.subchen/jetbrick-jdbclog "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.7 |