is not current version
Last Version 1.8.6

top.jfunc.common:common-db 1.8.5

some utils about db or SQL

GroupId

GroupId

top.jfunc.common
ArtifactId

ArtifactId

common-db
Version

Version

1.8.5
Type

Type

jar

Download common-db 1.8.5


<!-- https://jarcasting.com/artifacts/top.jfunc.common/common-db/ -->
<dependency>
    <groupId>top.jfunc.common</groupId>
    <artifactId>common-db</artifactId>
    <version>1.8.5</version>
</dependency>
// https://jarcasting.com/artifacts/top.jfunc.common/common-db/
implementation 'top.jfunc.common:common-db:1.8.5'
// https://jarcasting.com/artifacts/top.jfunc.common/common-db/
implementation ("top.jfunc.common:common-db:1.8.5")
'top.jfunc.common:common-db:jar:1.8.5'
<dependency org="top.jfunc.common" name="common-db" rev="1.8.5">
  <artifact name="common-db" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.jfunc.common', module='common-db', version='1.8.5')
)
libraryDependencies += "top.jfunc.common" % "common-db" % "1.8.5"
[top.jfunc.common/common-db "1.8.5"]