is not current version
Last Version 0.4.4

pl.chilldev.commons:commons-db 0.4.0

Base database and model-related structures and routines.

GroupId

GroupId

pl.chilldev.commons
ArtifactId

ArtifactId

commons-db
Version

Version

0.4.0
Type

Type

jar

Download commons-db 0.4.0


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