GroupId | GroupIdcom.github.chrisgleissner |
---|---|
ArtifactId | ArtifactIdjutil-sql-log |
Version | Version1.1.7 |
Type | Typejar |
Filename | Size |
---|---|
jutil-sql-log-1.1.7.pom | |
jutil-sql-log-1.1.7.jar | 13 KB |
jutil-sql-log-1.1.7-sources.jar | 5 KB |
jutil-sql-log-1.1.7-javadoc.jar | 407 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.chrisgleissner/jutil-sql-log/ -->
<dependency>
<groupId>com.github.chrisgleissner</groupId>
<artifactId>jutil-sql-log</artifactId>
<version>1.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chrisgleissner/jutil-sql-log/
implementation 'com.github.chrisgleissner:jutil-sql-log:1.1.7'
// https://jarcasting.com/artifacts/com.github.chrisgleissner/jutil-sql-log/
implementation ("com.github.chrisgleissner:jutil-sql-log:1.1.7")
'com.github.chrisgleissner:jutil-sql-log:jar:1.1.7'
<dependency org="com.github.chrisgleissner" name="jutil-sql-log" rev="1.1.7">
<artifact name="jutil-sql-log" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chrisgleissner', module='jutil-sql-log', version='1.1.7')
)
libraryDependencies += "com.github.chrisgleissner" % "jutil-sql-log" % "1.1.7"
[com.github.chrisgleissner/jutil-sql-log "1.1.7"]