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