is not current version
Last Version 0.4.4

pl.chilldev.commons:commons-db 0.3.2

Base database and model-related structures and routines.

GroupId

GroupId

pl.chilldev.commons
ArtifactId

ArtifactId

commons-db
Version

Version

0.3.2
Type

Type

jar

Download commons-db 0.3.2


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