| Categories | CategoriesDex General Purpose Libraries Utility | 
|---|---|
| GroupId | GroupIdpub.codex | 
| ArtifactId | ArtifactIdcodex-common-db | 
| Version | Version3.0.0.release | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/pub.codex/codex-common-db/ -->
<dependency>
    <groupId>pub.codex</groupId>
    <artifactId>codex-common-db</artifactId>
    <version>3.0.0.release</version>
</dependency>// https://jarcasting.com/artifacts/pub.codex/codex-common-db/
implementation 'pub.codex:codex-common-db:3.0.0.release'// https://jarcasting.com/artifacts/pub.codex/codex-common-db/
implementation ("pub.codex:codex-common-db:3.0.0.release")'pub.codex:codex-common-db:jar:3.0.0.release'<dependency org="pub.codex" name="codex-common-db" rev="3.0.0.release">
  <artifact name="codex-common-db" type="jar" />
</dependency>@Grapes(
@Grab(group='pub.codex', module='codex-common-db', version='3.0.0.release')
)libraryDependencies += "pub.codex" % "codex-common-db" % "3.0.0.release"[pub.codex/codex-common-db "3.0.0.release"]