GroupId | GroupIdcom.github.chrisgleissner |
---|---|
ArtifactId | ArtifactIdjutil-sql-log |
Version | Version1.1.6 |
Type | Typejar |
Filename | Size |
---|---|
jutil-sql-log-1.1.6.pom | |
jutil-sql-log-1.1.6.jar | 13 KB |
jutil-sql-log-1.1.6-sources.jar | 5 KB |
jutil-sql-log-1.1.6-javadoc.jar | 406 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.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chrisgleissner/jutil-sql-log/
implementation 'com.github.chrisgleissner:jutil-sql-log:1.1.6'
// https://jarcasting.com/artifacts/com.github.chrisgleissner/jutil-sql-log/
implementation ("com.github.chrisgleissner:jutil-sql-log:1.1.6")
'com.github.chrisgleissner:jutil-sql-log:jar:1.1.6'
<dependency org="com.github.chrisgleissner" name="jutil-sql-log" rev="1.1.6">
<artifact name="jutil-sql-log" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chrisgleissner', module='jutil-sql-log', version='1.1.6')
)
libraryDependencies += "com.github.chrisgleissner" % "jutil-sql-log" % "1.1.6"
[com.github.chrisgleissner/jutil-sql-log "1.1.6"]